Tags: Equanox/bob
Tags
handle exit status code (benchkram#21) * os.Exit with status code 1 in case of bob build user error * exit code deferred Co-authored-by: equanox <matthias@benchkram.de>
separate between system- and user errors (benchkram#151) * wip handle errors, set task state on error * fix cached build errors * do not suppress panics * properly log user-facing error, fix completion warning bug * Fix TUI init on commander error & output printing * fix commander hang on successful shutdown of TUI * fix version compatibility warning tests * catch user error with errors.As * Beautify error msg * dont check err * fixes, cleanup * additional fixes, cleanup * bobfile error, fix formatting if not wrapped * lint * minor readme change Co-authored-by: puengel <daniel.puengel@gmail.com> Co-authored-by: Tasos Papalyras <tasos@rdnt.dev>