diff options
Diffstat (limited to 'libraries/rubygem-trollop/README')
-rw-r--r-- | libraries/rubygem-trollop/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/rubygem-trollop/README b/libraries/rubygem-trollop/README new file mode 100644 index 000000000000..f12d071998c8 --- /dev/null +++ b/libraries/rubygem-trollop/README @@ -0,0 +1,5 @@ +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. |