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

Migrate from structopt to clap #280

Closed
ReeceHumphreys opened this issue Sep 26, 2022 · 0 comments · Fixed by #283
Closed

Migrate from structopt to clap #280

ReeceHumphreys opened this issue Sep 26, 2022 · 0 comments · Fixed by #283
Assignees
Labels
enhancement New feature or request

Comments

@ReeceHumphreys
Copy link
Member

Per structopt docs:

Maintenance
As clap v3 is now out, and the structopt features are integrated into (almost as-is), structopt is now in maintenance mode: no new feature will be added.

We should migrate to just using clap v3 since structopt already uses clap as a dependency. Additionally it would allow us to use ArgsRequiredElseHelp to display the help message while still having arguments which was a bug fixed in clap v3.

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

Successfully merging a pull request may close this issue.

1 participant