From 987d45e99a299c3b24418b2976e8ec9d5f3bf404 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 00:48:27 -0500 Subject: ruby/*: Moved all (or at least most) Ruby stuff to here Signed-off-by: Robby Workman --- ruby/rubygem-trollop/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ruby/rubygem-trollop/README (limited to 'ruby/rubygem-trollop/README') diff --git a/ruby/rubygem-trollop/README b/ruby/rubygem-trollop/README new file mode 100644 index 0000000000..f12d071998 --- /dev/null +++ b/ruby/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. -- cgit v1.2.3-65-gdbad