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

chore(interop): Change structopt to clap #882

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

tottoto
Copy link
Collaborator

@tottoto tottoto commented Jan 3, 2022

Motivation

Change structopt to clap version 3.

Solution

Change structopt to clap version 3.

Copy link
Collaborator

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Unofficial review:) LGTM, thanks!

@LucioFranco
Copy link
Member

Did something happen to structopt? Whats the motivation here?

@djc
Copy link
Collaborator

djc commented Jan 12, 2022

clap 3 came out which brings structopt (which used clap under the hood) into the clap crate. So this is basically a massively modernized version of structopt, which works the same but has a bunch of refinements and also relies on clap 3 under the hood instead of clap 2. AFAICT structopt/clap 2 are a dead end.

@davidpdrsn
Copy link
Member

Yep! At embark we've moved all our internal stuff to clap as well.

@LucioFranco LucioFranco merged commit a542bf4 into hyperium:master Feb 15, 2022
@tottoto tottoto deleted the change-structopt-to-clap branch March 31, 2022 10:08
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

4 participants