gnu-social/vendor/pear/console_getopt
Diogo Cordeiro 10f0a15614 [VersionBump] 2.0.0alpha0
Ran composer update and locale updater
2021-07-16 19:44:38 +01:00
..
Console [VersionBump] 2.0.0alpha0 2021-07-16 19:44:38 +01:00
tests [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
.gitignore [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
.travis.yml [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
LICENSE [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
README.rst [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
composer.json [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
package.xml [VersionBump] 2.0.0alpha0 2021-07-16 19:44:38 +01:00

README.rst

*******************************************
Console_Getopt - Command-line option parser
*******************************************

This is a PHP implementation of "getopt" supporting both short and long options.
It helps parsing command line options in your PHP script.

Homepage: http://pear.php.net/package/Console_Getopt

.. image:: https://travis-ci.org/pear/Console_Getopt.svg?branch=master
    :target: https://travis-ci.org/pear/Console_Getopt


Alternatives
============

* Console_CommandLine__ (recommended)
* Console_GetoptPlus__

__ http://pear.php.net/package/Console_CommandLine
__ http://pear.php.net/package/Console_GetoptPlus


License
=======
BSD-2-Clause