Added --help
This commit is contained in:
parent
d02ee056d1
commit
f031132090
9
nowopen
9
nowopen
@ -30,6 +30,15 @@ for i=#arg,1,-1 do
|
|||||||
if arg[i] == "-p" then
|
if arg[i] == "-p" then
|
||||||
raw_print = true
|
raw_print = true
|
||||||
table.remove(arg, i)
|
table.remove(arg, i)
|
||||||
|
elseif arg[i] == "-h" or arg[i] == "--help" then
|
||||||
|
print([[
|
||||||
|
nowopen: show which businesses are now open.
|
||||||
|
Usage: nowopen [-p] [--help] [tags...]
|
||||||
|
-p: Print plain text to stdout
|
||||||
|
--help: display this message
|
||||||
|
tags: if provided, only show businesses that match one of the given tags
|
||||||
|
]])
|
||||||
|
os.exit(0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user