Skip to content

v0.20.0

Compare
Choose a tag to compare
@c4spar c4spar released this 23 Oct 16:34
· 349 commits to main since this release
f6c3a3a

Features

  • command: add value option for env vars (#290) (e5b2b2b)

Bug Fixes

  • command: help text shows always long description for env vars (#289) (6201e28)
  • command: fix description column definition in help text (#286) (bf727fb)
  • command: highlight command usage in help text (#288) (7181724)

Chore

BREAKING CHANGES

  • command: execute command action after option action is called (#285) (9170a65)

    Prior to v0.20.0, when an option action was executed, the command action was not executed. Since v0.20.0, this has changed. The command action is now executed by default. Only standalone options do not execute the command actions (for more informations see the docs).