public
Description: Command-line input parser that doesn't hate you
Homepage:
Clone URL: git://github.com/jcoglan/oyster.git
oyster / History.txt
100644 23 lines (11 sloc) 0.499 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=== 0.9.3 / 2009-09-23
 
* Specification#parse() responds to nil input with an empty options hash.
 
 
=== 0.9.2 / 2009-06-19
 
* Use Curses to set the width of help output.
* Fix some formatting and layout bugs in help text.
 
 
=== 0.9.1 / 2009-01-30
 
* Ruby 1.9 compatibility fixes.
 
 
=== 0.9.0 / 2008-07-17
 
* Initial release. Includes option parsing for flags, strings, ints,
  floats, globs, files, shortcuts and subcommands. Automatically
  renders man-page-style help to stdout with the -h flag.