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

Upgrade arg parsing to clap v3 #17

Merged
merged 1 commit into from
Feb 13, 2022
Merged

Upgrade arg parsing to clap v3 #17

merged 1 commit into from
Feb 13, 2022

Conversation

tranzystorekk
Copy link
Contributor

Switches arg parsing to structopt's successor: clap v3 with the derive feature.

Highlights:

  • Help prompt is now colored by default
  • viewer::Mode now derives ArgEnum to minimize boilerplate code

@PaulJuliusMartinez PaulJuliusMartinez merged commit 4a2b34f into PaulJuliusMartinez:master Feb 13, 2022
@PaulJuliusMartinez
Copy link
Owner

Thank you; merged!

PaulJuliusMartinez pushed a commit that referenced this pull request Feb 13, 2022
Switches arg parsing to structopt's successor: clap v3 with the derive feature.

Highlights:
- Help prompt is now colored by default
- viewer::Mode now derives ArgEnum to minimize boilerplate code
@tranzystorekk tranzystorekk deleted the clap-v3 branch February 13, 2022 20:47
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.

2 participants