0.7.1 release

This commit is contained in:
daurnimator
2020-07-08 11:17:13 +10:00
parent 3144e8518a
commit 27967d7b52
3 changed files with 14 additions and 4 deletions

View File

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