pub fn user_error_with_hint(
    message: impl Into<String>,
    hint: impl Into<String>
) -> CommandError