php-cli
php-cli copied to clipboard
PHP library to build command line tools
Results
2
php-cli issues
Sort by
recently updated
recently updated
newest added
trafficstars
It would be helpful if repeating an option would collect all values instead of just the last value
1
With the following command: command --myopt=value1 --myopt=value2 Calling: $options->getOpt('myopt') would return an array containing all values: ['value1', 'value2'] instead, it currently returns a string containing the last value: 'value2'
Issue #31