aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

Refactor: Clap attribute macros from #[clap(...)] to #[arg(...)] and #[command(...)] in v4.x

Open Himess opened this issue 10 months ago • 0 comments

Description

This PR updates deprecated #[clap(...)] attributes to their modern equivalents in clap 4.x. The current codebase still uses outdated syntax that has been deprecated since version 4.0. By making this update, we ensure compatibility with future versions and maintain code quality.

Fixes #1808

Type of change

Please delete options that are not relevant.

  • [x] Optimization
  • [X] Refactor

Himess avatar Mar 11 '25 11:03 Himess