-
Notifications
You must be signed in to change notification settings - Fork 748
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
Change DB Manager Clap usage to derive #5898
Conversation
Noticed that e.g. |
nice catch, 897bd8d defines the help flag as global now. this seems to have fixed the issue |
1fc5ee1
to
bab2c2e
Compare
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! Looking forward to see all CLIs with derive :)
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at b7b5dd7 |
partially #5900
This is part of a series of PRs that aims to move the Lighthouse cli to clap derive. This PR moves the db manager crate to clap derive and introduces the ability to include clap derive subcommands within our existing clap builder flag definitions.