optionparser icon indicating copy to clipboard operation
optionparser copied to clipboard

Command-line option parser for PHP

Results 2 optionparser issues
Sort by recently updated
recently updated
newest added

It would be useful to create a versioned release (e.g. `1.0.0`), so that projects including optionparser via composer won't have to set `"minimum-stability" : "dev"`.

This library cannot parse short options passed without spaces between the flag and the value. For an example, I use cp: ``` $ touch testfile $ mkdir testdir $ cp...