-
Notifications
You must be signed in to change notification settings - Fork 393
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
Comments
dandavison
added a commit
that referenced
this issue
Jan 6, 2022
Merged
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
structopt
's derive macros are now inclap
. Switch away fromstructopt
.One consequence is that
after_long_help
should become available, allowing a-h
short help to be implemented, fixing #377.The text was updated successfully, but these errors were encountered: