diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2013-01-31 18:47:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-05 22:40:17 -0600 |
commit | d3b197e7e7ed85f82a7d1a693009a089cd0ea090 (patch) | |
tree | be0ad693efb366fa4a2ad115420faf0cfc8783fb /ruby/rubygem-trollop/README | |
parent | fcdddf54ebcc793ea66ac894427f5d468ef7a378 (diff) | |
download | slackbuilds-d3b197e7e7ed85f82a7d1a693009a089cd0ea090.tar.gz |
ruby/rubygem-trollop: Removed (no longer needed)
This is not needed by anything else in the repo.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-trollop/README')
-rw-r--r-- | ruby/rubygem-trollop/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby/rubygem-trollop/README b/ruby/rubygem-trollop/README deleted file mode 100644 index f12d071998..0000000000 --- a/ruby/rubygem-trollop/README +++ /dev/null @@ -1,5 +0,0 @@ -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. |