1 2 3 4 5 6 7 8 9
#[derive(clap::Args)] #[command(about = "Check which account is authenticated with Bular Cloud!")] pub struct Command {} impl Command { pub async fn run(&self, _server: String) { todo!(); } }