mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Make command required by default
This commit is contained in:
@@ -106,7 +106,7 @@ Sets verbosity level.
|
||||
run:option "--where"
|
||||
|
||||
assert.equal(table.concat({
|
||||
"Usage: foo [-q] [-h] [<command>] ...",
|
||||
"Usage: foo [-q] [-h] <command> ...",
|
||||
"",
|
||||
"Options: ",
|
||||
" -q, --quiet",
|
||||
|
Reference in New Issue
Block a user