Garden CLI 3.0.1
This is a major new release that introduces the CliApplication class to help you route the command line to your PHP code using methods. The intention is to reduce boilerplate as much as possible and enable you to add CLI support to your libraries with very little code.
See the README for usage instructions.