Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] remove deprecated #[clap] attribute #1298

Open
greged93 opened this issue Aug 11, 2024 · 0 comments
Open

[feat] remove deprecated #[clap] attribute #1298

greged93 opened this issue Aug 11, 2024 · 0 comments

Comments

@greged93
Copy link

greged93 commented Aug 11, 2024

I noticed a lot of the binaries use one of the deprecated #[clap(…)] attribute for parsing of the arguments. The latest documentation barely refers to it and it seems to have been deprecated since version 4.x of clap in favour of #[arg(…)] or #[command(…)].

I’d be willing to submit a PR if this feature is accepted.

@greged93 greged93 changed the title feat: remove deprecated #[clap] attribute [feat] remove deprecated #[clap] attribute Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant