Top Level :: Console

Package Information: Console_CommandLine 0.2.0

Show All Changelogs
» Version » Information
1.0.0 2008-05-22     stable
1.0.0RC3 2008-03-12     beta
1.0.0RC2 2008-02-23     beta
1.0.0RC1 2008-01-18     beta
0.2.1 2008-01-09     beta
0.2.0Download

Release date: 2007-12-31 10:58 UTC
Release state: beta

Changelog:

- fixed a bug in Option::toString() (values were not displayed for short options),
- fixed a parsing bug: if "-" is passed on the command line it should be treated as an argument,
- stop option parsing when a "--" is found as gnu getopt does,
- added a "force_posix" boolean attribute that tells the parser to be POSIX compliant, POSIX demands the following behavior: the first non-option stops option processing,
- added more regression tests.

Dependencies:
  • PHP Version: PHP 5.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
0.1.1 2007-12-21     alpha
0.1.0 2007-12-17     alpha