Function user_error_with_hint

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