8000 feat: Migrate #[clap(...)] to #[arg(...)] / #[command(...)] in clap 4.x · Issue #750 · availproject/avail · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
feat: Migrate #[clap(...)] to #[arg(...)] / #[command(...)] in clap 4.x #750
Open
@Himess

Description

@Himess

Feature Request

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

Erros:
`cargo check --features clap/deprecated``

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0