Skip to content

Garden CLI 1.3.0

Choose a tag to compare

@tburry tburry released this 28 Oct 20:31
· 122 commits to master since this release

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.