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

Switch CLI argument parsing to clap v3 #562

Merged
merged 1 commit into from
Oct 6, 2021
Merged

Switch CLI argument parsing to clap v3 #562

merged 1 commit into from
Oct 6, 2021

Conversation

tony-iqlusion
Copy link
Member

As discussed in #298, switches command-line argument processing from gumdrop to clap v3.0.0-beta.4.

This release of clap, despite still being beta, has moved many of the warnings around the stability of the API. They are also cutting scope of an initial release upstream, which are good signs that they will get to a stable release soon.

This PR builds upon @rsdy's initial work in #479.

As discussed in #298, switches command-line argument processing from
`gumdrop` to `clap` v3.0.0-beta.4.

This release of `clap`, despite still being beta, has moved many of the
warnings around the stability of the API. They are also cutting scope of
an initial release upstream, which are good signs that they will get to
a stable release soon.
@rsdy
Copy link
Contributor

rsdy commented Oct 6, 2021

Are you planning to release this as a new -pre version? That would allow me to move my existing code to use crates.io instead of git.

@tony-iqlusion
Copy link
Member Author

Yep! Will cut it shortly

@tony-iqlusion
Copy link
Member Author

Released as v0.6.0-pre.2

This was referenced Feb 10, 2022
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