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