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 #888

Closed
dandavison opened this issue Jan 6, 2022 · 0 comments · Fixed by #889
Closed

🚀 Replace structopt with clap #888

dandavison opened this issue Jan 6, 2022 · 0 comments · Fixed by #889

Comments

@dandavison
Copy link
Owner

structopt's derive macros are now in clap. Switch away from structopt.

One consequence is that after_long_help should become available, allowing a -h short help to be implemented, fixing #377.

dandavison added a commit that referenced this issue Jan 6, 2022
dandavison added a commit that referenced this issue Jan 6, 2022
dandavison added a commit that referenced this issue Jan 6, 2022
dandavison added a commit that referenced this issue Jan 6, 2022
dandavison added a commit that referenced this issue Jan 15, 2022
dandavison added a commit that referenced this issue Jan 15, 2022
dandavison added a commit that referenced this issue Jan 16, 2022
Replace structopt with clap

Fixes #888

* Drop tests of deprecated options
They were failing
dandavison added a commit that referenced this issue Jan 16, 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 a pull request may close this issue.

1 participant