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

fix(cli): don't create db connection if help #21

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

jonbiemond
Copy link
Owner

Don't create a db connection if the help option is passed. This way connection parameters aren't required to see the help message for subcommands.

Closes #17

Don't create a db connection if the help option is passed. This way connection parameters aren't required to see the help message for subcommands.

Closes #17
@jonbiemond jonbiemond merged commit 75c4c23 into main Aug 21, 2024
6 checks passed
@jonbiemond jonbiemond deleted the 17-no-connect-on-help branch August 21, 2024 17:47
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.

Don't require connection for help on subcommands
1 participant