You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change cli to propagate error to exit code (#8856)
* feat(cli): use error exit code when command or file
* fix: remove prints
* style: rust fmt
* refactor: use CLI specific error for display
* refactor: better use statements
* Revert "refactor: better use statements"
This reverts commit fac8c3a.
* Revert "refactor: use CLI specific error for display"
This reverts commit e58d331.
* refactor: wrap main_inner, use ExitCode
0 commit comments