annotate vendor/pear/console_getopt/README.rst @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@18 1 *******************************************
Chris@18 2 Console_Getopt - Command-line option parser
Chris@18 3 *******************************************
Chris@18 4
Chris@18 5 This is a PHP implementation of "getopt" supporting both short and long options.
Chris@18 6 It helps parsing command line options in your PHP script.
Chris@18 7
Chris@18 8 Homepage: http://pear.php.net/package/Console_Getopt
Chris@18 9
Chris@18 10 .. image:: https://travis-ci.org/pear/Console_Getopt.svg?branch=master
Chris@18 11 :target: https://travis-ci.org/pear/Console_Getopt
Chris@18 12
Chris@18 13
Chris@18 14 Alternatives
Chris@18 15 ============
Chris@18 16
Chris@18 17 * Console_CommandLine__ (recommended)
Chris@18 18 * Console_GetoptPlus__
Chris@18 19
Chris@18 20 __ http://pear.php.net/package/Console_CommandLine
Chris@18 21 __ http://pear.php.net/package/Console_GetoptPlus
Chris@18 22
Chris@18 23
Chris@18 24 License
Chris@18 25 =======
Chris@18 26 BSD-2-Clause