Skip to content

Argument processing improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 10 Jun 15:02
· 15 commits to master since this release

Utilising new functionality from PHP.Gt/Cli upstream, arguments on commands can now be nullable, which has the major improvement of not having to pass arguments with no value at the end of the argument list.

Terminology has been changed in this release to introduce --watch and --now. The watch argument continues the cron execution forever (similar to how PHP.Gt/Build works), and the now argument runs all cron tasks at the start of the execution, which is very useful when developing locally.