pub mod cli; pub fn auth(i: &cli::Cli) { match i.command { cli::Command::Open(_) => todo!(), }; }