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

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

Open
tony612 opened this issue Mar 15, 2020 · 1 comment · May be fixed by #412
Open

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

tony612 opened this issue Mar 15, 2020 · 1 comment · May be fixed by #412
Labels

Comments

@tony612
Copy link

tony612 commented Mar 15, 2020

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?

@tony612 tony612 added the type/enhancement New feature or request label Mar 15, 2020
@FedericoPonzi
Copy link

Definitely useful, but IMO to be deferred until clap 3.0 is released on crate.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants