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:
@@ -65,7 +65,7 @@ describe("tests related to usage message generation", function()
|
||||
run:option "--where"
|
||||
|
||||
assert.equal(
|
||||
[=[Usage: foo [-q] [<command>] ...]=],
|
||||
[=[Usage: foo [-q] <command> ...]=],
|
||||
parser:prepare():get_usage()
|
||||
)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user