Releases: utopia-php/cli
Releases · utopia-php/cli
0.11.0
Changed the way arrays are passed to the CLI from
php test.php build "--array[]=first" "--array[]=second"
to
php test.php build --array=first --array=second
0.10.0
Added new methods for the CLI & Task classes:
- CLI::match
- CLI::getTasks
- CLI::getArgs
- Task:getName
0.9.0
Change loop value from microseconds to seconds
0.8.0
New Console::loop method to allow creation of Daemon scripts.
0.7.3
Updated execution timeout sleep.
0.7.2
Updated tests, CI, coding standard and added some minor fixes based on Psalm analysis.
0.7.1
Fixed interactive mode check
0.7.0
Added support for non-interactive mode
0.6.2
Optimized PHP performance by using fully-qualified function calls.