mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 11:02:20 +00:00
updated rockspec [ci skip]
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
package = "argparse"
|
||||
version = "git-1"
|
||||
source = {
|
||||
url = "git://github.com/mpeterv/literal.git"
|
||||
url = "git://github.com/mpeterv/argparse.git"
|
||||
}
|
||||
description = {
|
||||
summary = "*** please specify description summary ***",
|
||||
detailed = "*** please enter a detailed description ***",
|
||||
homepage = "*** please enter a project homepage ***",
|
||||
summary = "A feature-rich command-line argument parser",
|
||||
detailed = "argparse allows you to define positional arguments, options, flags and default values. Provides automatically generated usage, error and help messages. Supports subcommands and generates a hint when a command or an option is mistyped. ",
|
||||
homepage = "https://github.com/mpeterv/argparse",
|
||||
license = "MIT/X11"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.3",
|
||||
"30log >= 0.6"
|
||||
"30log >= 0.8"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
|
Reference in New Issue
Block a user