Skip to content

Conversation

@svecile
Copy link

@svecile svecile commented Jul 12, 2023

The --quiet option for the CLI doesn't do anything. The action was "store_true" with a default of true which means even if you add the --quiet option it still prints ACKs to the stdout. I have changed the action to "store_false" so now when you use --quiet it doesn't print the ACKs anymore.

@johnpaulett
Copy link
Owner

Thanks for the PR and pointing out this issue! Fixed as part of a conversion to argparse in #68 I created a test to document this in 7de303b

@johnpaulett johnpaulett closed this Jun 7, 2025
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.

2 participants