1 2 3 4 5 6 7
#[tokio::main] async fn main() { use clap::Parser; let cli = ftn::Cli::parse(); println!("cli: {cli:?}"); }