-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Document what level of verbose
-vv
corresponds to
#83
Comments
hey @RoyalTS - just to be clear, you are requesting better docs around |
Yeah, sorry, should have been clearer. I'm asking for the correspondence between the command-line arguments and the settings. |
Gotcha! So sorry for the confusion, I’ll definitely update the docs for better clarity. And yeah, you have it correct: in config, if you want no verbosity, then it’s verbose = 0. If you want the equivalent of -v, then it’s verbose = 1. And -vv is verbose = 2. |
(finally) addressed this in #89 - sorry for the delay, thanks! |
I take it the
-v
option corresponds toverbose=1
. Does-vv
correspond toverbose=2
?The text was updated successfully, but these errors were encountered: