baur
baur copied to clipboard
Run: Add parameter to continue running other tasks if an error happened
Currently if multiple task names are passed to baur run, baur exits when of the task fails.
Add a parameter to enable skipping only the failed task and continue running the other tasks. ``--continue-on-error`? Make it the default?