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

@@ -5,7 +5,7 @@ source = {
}
description = {
summary = "A feature-rich command-line argument parser",
detailed = "Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.",
detailed = "Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help, and error messages, and can generate shell completion scripts.",
homepage = "https://github.com/luarocks/argparse",
license = "MIT"
}