Garden CLI 1.3.0
This release offers a small enhancement and bug fix.
- Add the ability to separate short opts with the = sign. Previously this would only work with long opts.
- Fix the bug where missing optional boolean args would populate the final opts array with false. Now they are no longer there if they aren't passed as args.