xref: /OK3568_Linux_fs/buildroot/package/argparse/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ARGPARSE
2	bool "argparse"
3	help
4	  Argparse is a feature-rich command line parser for Lua
5	  inspired by argparse for Python. Argparse supports
6	  positional arguments, options, flags, optional arguments,
7	  subcommands and more. Argparse automatically generates
8	  usage, help and error messages.
9
10	  https://github.com/luarocks/argparse
11