mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. 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. WWW: https://github.com/luarocks/argparse
8 lines
339 B
Text
8 lines
339 B
Text
Argparse is a feature-rich command line parser for Lua inspired by argparse for
|
|
Python.
|
|
|
|
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.
|
|
|
|
WWW: https://github.com/luarocks/argparse
|