We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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?
The text was updated successfully, but these errors were encountered:
Definitely useful, but IMO to be deferred until clap 3.0 is released on crate.io.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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-structoptI think we can mention that this extension is only needed if clap < 3.0 is used?
The text was updated successfully, but these errors were encountered: