# lua-argparse 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. This package is installed argparse in openwrt and is mainly used in [safe-upgrade](https://github.com/libremesh/lime-packages/blob/master/packages/safe-upgrade/files/usr/sbin/safe-upgrade). It is really useful and you can see the complete documentation in [its own repository](https://github.com/mpeterv/argparse/). ## Contents * [Example](https://github.com/mpeterv/argparse/#example) * [Installation](https://github.com/mpeterv/argparse/#installation) * [Tutorial](https://github.com/mpeterv/argparse/#tutorial) * [Testing](https://github.com/mpeterv/argparse/#testing) * [License](https://github.com/mpeterv/argparse/#license)