Skip to content

Rust Project 1: structopt is not needed with clap 3.0 #332

@tony612

Description

@tony612

In Proejct 1, structopt is an extension part. But with clap 3.0, structopt is already built-in. See https://github.com/clap-rs/clap#how-does-clap-compare-to-structopt

clap is structopt. With the 3.0 release, clap imported the structopt code into it's own codebase as the clap_derive crate.

I think we can mention that this extension is only needed if clap < 3.0 is used?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions