Add tests for help command

This commit is contained in:
Paul Ouellette
2019-05-25 00:24:49 -04:00
parent 55acc1689c
commit 24398b67ce
2 changed files with 40 additions and 2 deletions

View File

@@ -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"