pub fn resolve_scopes( flag: Option<&[String]>, default_scopes: &[&'static str], all_scopes: &[&'static str], non_interactive: bool, ) -> Result<Vec<String>>