Skip to content
Snippets Groups Projects
Commit c5fac7bb authored by Malte Bauch's avatar Malte Bauch
Browse files

Resolve "PostRun function in cli does not get called if an error is thrown"

Update all CLI commands to use `Run` (no error returning) instead of `RunE` (run with returning errors), since we already had an error logging through `pterm`. Prompt mode does check now for suggestions if the last cached suggestion is the right one for the current command.

See merge request !540
parent 6c8db92f
Branches
No related tags found
Loading
Checking pipeline status
Showing
with 67 additions and 86 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment