Skip to content

Board manager: Gracefully handle exceptions from non-root groups/commands

Tom Williams requested to merge cli-handle-subcommand-exceptions into master

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)

Merge request reports