public
Description: Command-line input parser that doesn't hate you
Homepage:
Clone URL: git://github.com/jcoglan/oyster.git
oyster / Manifest.txt
100644 18 lines (17 sloc) 0.388 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
History.txt
Manifest.txt
README.txt
Rakefile
lib/oyster.rb
lib/oyster/specification.rb
lib/oyster/option.rb
lib/oyster/options/array.rb
lib/oyster/options/file.rb
lib/oyster/options/flag.rb
lib/oyster/options/float.rb
lib/oyster/options/glob.rb
lib/oyster/options/integer.rb
lib/oyster/options/shortcut.rb
lib/oyster/options/string.rb
lib/oyster/options/subcommand.rb
test/test_oyster.rb