simple_args
A simple argument parser, which is the right fit if you want
- Aliases for short and long options
- A quick way to parse any options without restrictons
- A result object with a
keywordshash andpositionalsarray - Defined methods on your result for predefined options
- Use value options only with the
--key=valuesyntax