8 lines
115 B
Lua
8 lines
115 B
Lua
-- Description: Read an option
|
|
-- Version: 0.1.0
|
|
-- License: GPL-3.0
|
|
|
|
function run()
|
|
info(getopt('hello'))
|
|
end
|