blob: fb539e48fba504a26cf847e11e7f3f64a777fd4f (
plain)
1
2
3
4
5
6
|
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.
|