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
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(...)].