toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

fix(cmd): ensure rm and rmi exit with errors on failure

Open kairosci opened this issue 3 months ago • 2 comments

This PR ensures that toolbox rm and toolbox rmi exit with a non-zero status code if any error occurs during the removal process.

Previously, these commands would print an error message but continue execution and exit with 0, which could be misleading for scripts and automation.

kairosci avatar Jan 10 '26 17:01 kairosci