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: verbosity cli args #1574

Merged
merged 1 commit into from
Feb 24, 2025
Merged

fix: verbosity cli args #1574

merged 1 commit into from
Feb 24, 2025

Conversation

ivan-aksamentov
Copy link
Member

The -v and -q CLI args seem to have stopped working at some point. Probably when upgraded clap to v4.

TO fix that, I ported the known working code from pangraph: https://github.com/neherlab/pangraph/blob/cb04d968b1fe685348cf1550be7850bad7fefd3f/packages/pangraph/src/commands/verbosity.rs

The `-v` and `-q` CLI args seem to have stopped working at some point. Probably when upgraded clap to v4.

TO fix that, I ported the known working code from pangraph:
https://github.com/neherlab/pangraph/blob/cb04d968b1fe685348cf1550be7850bad7fefd3f/packages/pangraph/src/commands/verbosity.rs
@ivan-aksamentov ivan-aksamentov merged commit 438ce6f into master Feb 24, 2025
19 checks passed
@ivan-aksamentov ivan-aksamentov deleted the fix/cli-verbosity-args branch February 24, 2025 15:10
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.

1 participant