Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

flake-ctl always returns 0 #140

Closed Ichmed closed 1 year ago

Ichmed commented 1 year ago

flake-ctl always exits with return code 0, even when logging an error to the console such as App path /usr/bin/hello_world already exists

This is because the main function in flake-ctl always returns Ok(()) instead of propagating any errors.