Name: | php-pear-Console-CommandLine |
---|---|
Version: | 1.2.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 240804 |
License: | MIT |
RPM: | php-pear-Console-CommandLine-1.2.1-1.el7.noarch.rpm |
Source RPM: | php-pear-Console-CommandLine-1.2.1-1.el7.src.rpm |
Build Date: | Sat Nov 04 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pear.php.net/package/Console_CommandLine |
Summary: | A full featured command line options and arguments parser |
Description: | 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 (i.e. $ my-script.php -q sub-command -f file), * can be completely built from an XML definition file, * generate --help and --version options automatically, * can be completely customized, * built-in support for i18n, * and much more... |