Function jj_cli::cli_util::user_error_with_message_and_hint
source · pub fn user_error_with_message_and_hint(
message: impl Into<String>,
hint: impl Into<String>,
source: impl Into<Box<dyn Error + Send + Sync>>
) -> CommandError