You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Replace deprecated #[clap] attributes with #[arg]/#[command] (#3128)
Closes#3127
## Introduced changes
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.
## Tests
`cargo check --features clap/deprecated `fixed now.

## Checklist
<!-- Make sure all of these are complete -->
- [X] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [X] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
0 commit comments