v0.15.1
v0.15.1 (2024-09-16)
Fix
- fix(cli): streamline error output (#28)
Improve consistency in how errors are presented to users.
Do not re-print errors in the command wrapper that have already been printed internally, but keep the errors to signal that the exit code should be 1
.
Only show usage for command argument errors, not errors happening internally in the command functions. (6094e00
)