aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

Migrate #[clap(...)] to #[arg(...)] / #[command(...)] in clap 4.x

Open Himess opened this issue 10 months ago • 0 comments

In clap version 4.x and above, the use of #[clap(...)] is no longer valid.
Many instances of #[clap(...)] are still present in the project.
These should be replaced with #[arg(...)] or #[command(...)].

Himess avatar Mar 11 '25 11:03 Himess