1 2 3 4 5
use clap::Parser; #[derive(Parser)] #[command(author, version, about, long_about = None)] pub struct App;