1 2 3 4 5 6 7
use clap::Parser; use crate::utils::version; #[derive(Parser, Debug)] #[command(author, version = version(), about)] pub struct Cli {}