mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Add tests for help command
This commit is contained in:
@@ -3,6 +3,7 @@ local Parser = require "argparse"
|
||||
|
||||
local parser = Parser()
|
||||
:description "A testing program."
|
||||
:add_help_command(true)
|
||||
:require_command(false)
|
||||
|
||||
parser:argument "input"
|
||||
|
Reference in New Issue
Block a user