Files
sn0int/modules/harness/options.lua
2019-01-01 20:25:54 +01:00

8 lines
115 B
Lua

-- Description: Read an option
-- Version: 0.1.0
-- License: GPL-3.0
function run()
info(getopt('hello'))
end