[Shadow] Add command line argument parser interface and adjust LunrCliParser for it

Review Request #75 — Created March 7, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:cliparser
lunr
Add an interface for command line argument parsers. This allows us a more standardized use in other classes.

This depends on http://reviews.lunr.nl/r/73/
Unit Tests
src/Lunr/Shadow/CliParserInterface.php
src/Lunr/Shadow/LunrCliParser.php
src/Lunr/Shadow/Tests/LunrCliParserParseArgvTest.php
src/Lunr/Shadow/Tests/LunrCliParserParseTest.php
tests/phpunit.xml
Loading...