├── Console └── Getopt.php ├── LICENSE ├── README.rst ├── composer.json └── phpunit.xml.dist /Console/Getopt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pear/Console_Getopt/HEAD/Console/Getopt.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pear/Console_Getopt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pear/Console_Getopt/HEAD/README.rst -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pear/Console_Getopt/HEAD/composer.json -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pear/Console_Getopt/HEAD/phpunit.xml.dist --------------------------------------------------------------------------------