-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
structopt is in maintenance mode, see clap for new development #525
Comments
Brainstorming:
|
But maybe the interesting part is that cargo outdated and friend don't report anything. Maybe I can publish a structopt v0.4 (or v1?) that is empty and point to clap v3, for easy discoverability? |
Yeah. didn't call that out but it seems like it'd be nice to have a database for cargo outdated that fills a purpose besides rustsec. If you are up for a dummy release, that works too. |
This issue is now pinned, not sure it will change anything, but that's free :-) |
We could always flag We flag informational advisories routinely to deprecate or handle superceded crates when the maintainer asks us to do so. Note |
StructOpt is in maintenance mode (see: TeXitoi/structopt#525).
According to TeXitoi/structopt#525, structopt has entered maintenance mode, and clap should be used for new development. * Migrate to clap so that nightly builds succeed as well. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
According to TeXitoi/structopt#525, structopt has entered maintenance mode, and clap should be used for new development. Migrate to clap so that nightly builds succeed as well. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
According to TeXitoi/structopt#525, structopt has entered maintenance mode, and clap should be used for new development. * Migrate to clap so that nightly builds succeed as well. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
structopt is a derive wrapper around clap v2. As of clap v3, the derive wrapper is included with clap under the
derive
feature flag. A migration guide is available for users wishing to switch.Both clap v2 and structopt are in maintenance mode. They both depend on ansi_term which is unmaintained.
I've seen users posting here and elsewhere who are unaware of the migration. Dependabot,
cargo outdated
, andcargo upgrade
won't report anything.The text was updated successfully, but these errors were encountered: