-
Notifications
You must be signed in to change notification settings - Fork 251
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 from structopt
to clap
#446
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SUPERB. LGTM
Not intended to review the code, but I have a question: what's the motivation to change |
It is essentially just an upgrade. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good times
@@ -1,33 +1,32 @@ | |||
use std::path::PathBuf; | |||
|
|||
use anyhow::Result; | |||
use clap::Parser; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Official request for bikeshedding (that should be ignored in this PR).
Is there a convention on order imports that we want to follow?
No description provided.