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 keywords hash and positionals array
  • Defined methods on your result for predefined options
  • Use value options only with the --key=value syntax