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 Structopt to clap #90

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

king-11
Copy link
Contributor

@king-11 king-11 commented Nov 4, 2024

fixes #89

@king-11 king-11 force-pushed the king-11/migrate-structopt branch from 33cc9e4 to 850340e Compare November 4, 2024 18:33
@dpc
Copy link
Contributor

dpc commented Nov 4, 2024

👏 (sorry, couldn't help myself). LGTM :D

@king-11
Copy link
Contributor Author

king-11 commented Nov 5, 2024

I didn't quite get what was the sorry for 🫠 but thanks for quick review 😃

@dpc
Copy link
Contributor

dpc commented Nov 5, 2024

:clap:, pun intended

@king-11
Copy link
Contributor Author

king-11 commented Nov 5, 2024

😂 okay got it now 👏🏻

@RCasatta
Copy link
Owner

RCasatta commented Nov 6, 2024

Concept ack

There is a format error, and an example to be fixed to make the CI happy

@king-11 king-11 force-pushed the king-11/migrate-structopt branch 2 times, most recently from 2b91432 to aadd8d7 Compare November 7, 2024 14:22
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>
@king-11 king-11 force-pushed the king-11/migrate-structopt branch from aadd8d7 to 78cf0bb Compare November 7, 2024 14:29
@king-11
Copy link
Contributor Author

king-11 commented Nov 7, 2024

fixed the example and formatting too

@king-11
Copy link
Contributor Author

king-11 commented Nov 14, 2024

@RCasatta can you run the workflow now 😅

Copy link
Owner

@RCasatta RCasatta left a 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!

@RCasatta RCasatta merged commit 78cf0bb into RCasatta:master Nov 14, 2024
10 checks passed
@king-11 king-11 deleted the king-11/migrate-structopt branch November 14, 2024 16:59
@king-11
Copy link
Contributor Author

king-11 commented Nov 14, 2024

sure no worries just glab I could contribute will work on the crate separation part now :)

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 this pull request may close these issues.

migrate to clap
3 participants