betty.cli.error module¶
Command Line Interface error handling.
- betty.cli.error.user_facing_error_to_bad_parameter(localizer: Localizer = <betty.locale.localizer.Localizer object>) Iterator[None] [source]¶
Convert a
betty.error.UserFacingError
exception to aasyncclick.BadParameter
exception.