-
Notifications
You must be signed in to change notification settings - Fork 8
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 Structopt to clap #90
Conversation
33cc9e4
to
850340e
Compare
👏 (sorry, couldn't help myself). LGTM :D |
I didn't quite get what was the sorry for 🫠 but thanks for quick review 😃 |
|
😂 okay got it now 👏🏻 |
Concept ack There is a format error, and an example to be fixed to make the CI happy |
2b91432
to
aadd8d7
Compare
structopt has been deprecated in favour of clap hence migrating to it Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
allow env_logger support for larger number of versions Changelog-Changed: migrate to use clap instead of structopt as it is deprecated Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
aadd8d7
to
78cf0bb
Compare
fixed the example and formatting too |
@RCasatta can you run the workflow now 😅 |
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.
LGTM! Thanks a lot!
Sorry for the delay of the last review, I missed the changes, feel free to ping me if it happens!
sure no worries just glab I could contribute will work on the crate separation part now :) |
fixes #89