-
Notifications
You must be signed in to change notification settings - Fork 17
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
-l
language parameter is invalid
#66
Comments
Some more notes after looking into this a bit: Running with log level set to The supposed conflict does not happen for all other common
However, if
This indicates that the conflict arrises for duplicate parameter options (in |
It happens because the parameter conflicts with
-l LEVEL
. This error doesn't appear when the short parameter is-L
.It would be also nice if the error message was less intimidating. Not sure why error for invalid
-l
is particularly so long.The text was updated successfully, but these errors were encountered: