Fix rendering of command output to be resilient to bytes that can't be decoded into the console character encoding.
0.18.1
Fix late detection of configuration errors in the run phase from bubbling up uncaught.
0.18.0
Add support for `when` marker expressions to commands and tasks to allow defining platform-specific commands and tasks. Also add support for an explicit `name` for commands and tasks to allow defining one version of a command or task for one platform and others for other platforms.
0.17.1
Fix extra args support to pass all args after the 1st occurrence of `--` in the arg list. Previously, only args after the last occurrence were captured.
0.17.0
Denote the default command or task in `-l` / `--list` output with a leading asterisk.
0.16.1
Fix missing help output for come commands and fix `--color` help.