lighthouse
lighthouse copied to clipboard
Change DB Manager Clap usage to derive
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.
Noticed that e.g. lighthouse db inspect --help doesn't work. We might want to declare the help flag as a global flag or something?
nice catch, 897bd8d defines the help flag as global now. this seems to have fixed the issue
@mergify queue
queue
✅ The pull request has been merged automatically
The pull request has been merged automatically at b7b5dd7ec9a765542a20d77be8e8defde92b0a50