Config.in 358 B

12345678910
  1. config 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. https://github.com/luarocks/argparse