cmdline 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +1 -0
- data/CHANGELOG +6 -0
- data/COPYING +728 -0
- data/LICENSE +58 -0
- data/README +242 -0
- data/Rakefile +124 -0
- data/examples/example.rb +9 -0
- data/examples/long_example.rb +34 -0
- data/examples/plain_args_example.rb +10 -0
- data/examples/regexp_example.rb +9 -0
- data/examples/subcommand_example.rb +20 -0
- data/lib/cmdline.rb +251 -0
- metadata +57 -0
data/AUTHORS
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Tim Becker (tim@kuriositaet.de)
|