chg: 'script run 14araw' - if empty args, show help
This commit is contained in:
@@ -71,9 +71,7 @@ end
|
|||||||
-- The main entry point
|
-- The main entry point
|
||||||
function main(args)
|
function main(args)
|
||||||
|
|
||||||
if args == nil or #args == 0 then
|
if args == nil or #args == 0 then return help() end
|
||||||
return help()
|
|
||||||
end
|
|
||||||
|
|
||||||
local ignore_response = false
|
local ignore_response = false
|
||||||
local append_crc = false
|
local append_crc = false
|
||||||
|
|||||||
Reference in New Issue
Block a user