Skip to content

v0.15.1

Compare
Choose a tag to compare
@jfeodor jfeodor released this 16 Sep 06:38
· 86 commits to main since this release

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)