pear2/console_commandline
Full featured package for managing command-line applications.
Maintainers
0.2.3
2017-05-22 13:01 UTC
Requires
- php: >=5.3.0
Requires (Dev)
None
Suggests
- ext-dom: Required when parsing definitions from an XML file
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-28 01:01:28 UTC
README
PEAR2_Console_CommandLine is a full featured package for managing command-line 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...
