Files
argparse/README.md
2014-01-19 00:53:24 +04:00

559 B

argparse

Build Status

Feature-rich command line parser for Lua inspired by argparse for Python.

WIP.

TODO

  • Add choices, converters.
  • Write tests related to declarative interface.
  • Write more tests related to parsing.
  • Write tests related to commands.
  • Implement automated help and usage message generation.
  • Improve error messages.
  • Suggestions for command typos. E.g. $ luarocks isntall -> Did you mean 'install'?.