/// Environment variable name for providing a GitHub token
pub const ENV_TOKEN_VAR: &str = "PR_BRO_GH_TOKEN";
// Re-export prompt functions for convenience
pub use ;
/// Check for a GitHub token in the PR_BRO_GH_TOKEN environment variable.
/// Returns Some(token) if the env var is set and non-empty, None otherwise.