Board manager: Gracefully handle exceptions from non-root groups/commands
Implemented by adding new decorator, handle_rich_click_subcommand_exceptions
, which should be used with all of board-manager
's non-root groups & commands. Common exception-catching logic factorised out into separate handle_exception
function.
Fixes #32 (closed)