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"
|
package = "argparse"
|
||||||
version = "git-1"
|
version = "git-1"
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/mpeterv/literal.git"
|
url = "git://github.com/mpeterv/argparse.git"
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "*** please specify description summary ***",
|
summary = "A feature-rich command-line argument parser",
|
||||||
detailed = "*** please enter a detailed description ***",
|
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 = "*** please enter a project homepage ***",
|
homepage = "https://github.com/mpeterv/argparse",
|
||||||
license = "MIT/X11"
|
license = "MIT/X11"
|
||||||
}
|
}
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.1, < 5.3",
|
"lua >= 5.1, < 5.3",
|
||||||
"30log >= 0.6"
|
"30log >= 0.8"
|
||||||
}
|
}
|
||||||
build = {
|
build = {
|
||||||
type = "builtin",
|
type = "builtin",
|
||||||
|
Reference in New Issue
Block a user