mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
update URLs to point at luarocks fork
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# argparse
|
# argparse
|
||||||
|
|
||||||
[](https://travis-ci.org/mpeterv/argparse)
|
[](https://travis-ci.org/luarocks/argparse)
|
||||||
[](https://codecov.io/gh/mpeterv/argparse)
|
[](https://codecov.io/gh/luarocks/argparse)
|
||||||
|
|
||||||
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.
|
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.
|
||||||
|
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
package = "argparse"
|
package = "argparse"
|
||||||
version = "scm-1"
|
version = "scm-2"
|
||||||
source = {
|
source = {
|
||||||
url = "git+https://github.com/mpeterv/argparse.git"
|
url = "git+https://github.com/luarocks/argparse.git"
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "A feature-rich command-line argument parser",
|
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.",
|
||||||
homepage = "https://github.com/mpeterv/argparse",
|
homepage = "https://github.com/luarocks/argparse",
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
}
|
}
|
||||||
dependencies = {
|
dependencies = {
|
@@ -16,4 +16,4 @@ Contents:
|
|||||||
completions
|
completions
|
||||||
misc
|
misc
|
||||||
|
|
||||||
This is a tutorial for `argparse <https://github.com/mpeterv/argparse>`_, a feature-rich command line parser for Lua.
|
This is a tutorial for `argparse <https://github.com/luarocks/argparse>`_, a feature-rich command line parser for Lua.
|
||||||
|
Reference in New Issue
Block a user