]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - vendor/pear/console_getopt/README.rst
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / pear / console_getopt / README.rst
1 *******************************************
2 Console_Getopt - Command-line option parser
3 *******************************************
4
5 This is a PHP implementation of "getopt" supporting both short and long options.
6 It helps parsing command line options in your PHP script.
7
8 Homepage: http://pear.php.net/package/Console_Getopt
9
10 .. image:: https://travis-ci.org/pear/Console_Getopt.svg?branch=master
11     :target: https://travis-ci.org/pear/Console_Getopt
12
13
14 Alternatives
15 ============
16
17 * Console_CommandLine__ (recommended)
18 * Console_GetoptPlus__
19
20 __ http://pear.php.net/package/Console_CommandLine
21 __ http://pear.php.net/package/Console_GetoptPlus
22
23
24 License
25 =======
26 BSD-2-Clause