garden-cli
garden-cli copied to clipboard
Print usage on demand
It would be nice if you could ask for the usage / help details programmatically (I.e public methods on the Cli class for: getUsage() or getHelp() / getHelp($command) )
A pull request implementing something like the above would be accepted.