mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Added help message generation; Improved optional arguments handling.
This commit is contained in:
@@ -13,6 +13,7 @@ describe("tests related to commands", function()
|
||||
|
||||
it("switches context properly", function()
|
||||
local parser = argparse.parser "name"
|
||||
:add_help(false)
|
||||
local install = parser:command "install"
|
||||
install:flag "-q" "--quiet"
|
||||
|
||||
|
Reference in New Issue
Block a user