1 2 3 4 5 6 7 8 9
pub fn handle( action: &str, period: Option<&str>, model: Option<&str>, limit: Option<usize>, ) -> String { let _ = (action, period, model, limit); crate::cli::cloud_analytics_only_message("ctx_gain") }