41dc90e449
Trollop is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.
5 lines
296 B
Text
5 lines
296 B
Text
Trollop is a commandline option parser for Ruby that just gets out of
|
|
your way. One line of code per option is all you need to write. For
|
|
that, you get a nice automatically-generated help page, robust option
|
|
parsing, command subcompletion, and sensible defaults for everything
|
|
you don't specify.
|