comparison vendor/pear/console_getopt/README.rst @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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