Function jj_cli::command_error::user_error_with_hint

source ยท
pub fn user_error_with_hint(
    err: impl Into<Box<dyn Error + Send + Sync>>,
    hint: impl Into<String>,
) -> CommandError