0.7.0 release

This commit is contained in:
Paul Ouellette
2019-08-14 21:33:23 -04:00
parent f72c10d21a
commit 6f28a24ed3
5 changed files with 31 additions and 7 deletions

View File

@@ -2069,7 +2069,7 @@ end
local argparse = {}
argparse.version = "0.6.0"
argparse.version = "0.7.0"
setmetatable(argparse, {__call = function(_, ...)
return Parser(default_cmdline[0]):add_help(true)(...)