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
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.
The text was updated successfully, but these errors were encountered:
greged93
changed the title
feat: remove deprecated #[clap] attribute
[feat] remove deprecated #[clap] attribute
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.
The text was updated successfully, but these errors were encountered: