Closed runsisi closed 2 months ago
even though #[clap()] still works, #[command()] and #[arg()] are now recommended since clap v4, ref https://github.com/clap-rs/clap/pull/4180
#[clap()]
#[command()]
#[arg()]
even though
#[clap()]
still works,#[command()]
and#[arg()]
are now recommended since clap v4, ref https://github.com/clap-rs/clap/pull/4180