aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_CommandLine
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.2Martin Wilke2008-08-252-4/+8
| | | | | | | | PR: 126763 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=219154
* - Update to 1.0.1Martin Wilke2008-08-022-4/+14
| | | | | | | | PR: 126181 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=217957
* - Update to 1.0.0Martin Wilke2008-05-242-10/+19
| | | | | | | | PR: 123897 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=213619
* - Update to 0.2.1Martin Wilke2008-01-122-4/+4
| | | | Notes: svn path=/head/; revision=205506
* Console_CommandLine is a full featured package for managing command-lineMartin Wilke2007-12-213-0/+57
options and arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces. Main features: * handles sub commands (ie. $ myscript.php -q subcommand -f file), * can be completely built from an xml definition file, * generate --help and --version options automatically, * can be completely customized, * builtin support for i18n, * and much more... WWW: http://pear.php.net/package/Console_CommandLine Notes: svn path=/head/; revision=204275