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

Replace StructOpt with clap #82

Merged
merged 1 commit into from
Feb 12, 2022
Merged

Replace StructOpt with clap #82

merged 1 commit into from
Feb 12, 2022

Conversation

gondolyr
Copy link
Contributor

@gondolyr gondolyr commented Feb 12, 2022

clap 3.0 adds StructOpt functionality so there is no reason to depend on it
anymore, especially because StructOpt's dependencies are likely to be
behind clap's for features and stability.

See the official release blog post
https://epage.github.io/blog/2021/12/clap3/ for more information.

clap 3.0 adds StructOpt functionality so there is no reason to depend it
anymore, especially because StructOpt's dependencies are likely to be
behind clap's for features and stability.

See the official release blog post
https://epage.github.io/blog/2021/12/clap3/ for more information.
@brotskydotcom
Copy link
Collaborator

@gondolyr Thanks for keeping us current with the latest CLI work!

@brotskydotcom brotskydotcom merged commit 591c263 into hwchen:master Feb 12, 2022
@gondolyr
Copy link
Contributor Author

Adding additional links for further traceabililty that StructOpt is being deprecated:

@brotskydotcom
Copy link
Collaborator

Yes, the structopt crate docs make it very clear that it's now in maintenance mode because clap has incorporated it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants