artemis icon indicating copy to clipboard operation
artemis copied to clipboard

refactor(core): update clap attributes to #[arg(...)] and #[command(.…

Open Himess opened this issue 7 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.

Closes #77

Himess avatar Mar 20 '25 23:03 Himess