pub const fn get_user_agent() -> &'static str {
concat!("CLI ", env!("CARGO_PKG_VERSION"))
}
pub const TICK_STRING: &str = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏ ";
pub const NON_INTERACTIVE_FAILURE: &str = "This command is only available in interactive mode";
pub const TWO_FACTOR_REQUIRES_INTERACTIVE: &str =
"2FA is enabled. This operation requires interactive mode.";