toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / argparse / Config.in
blobd207b0482c83b17526b758abd29625f8beb876f3
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.
10           https://github.com/mpeterv/argparse