v0.20.0
Features
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).