-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
If there is no config file and an error about that then it seems the command line options are ignored #488
Labels
bug
Something isn't working
Comments
Thank you for the issue. |
noborus
added a commit
that referenced
this issue
Jan 24, 2024
viper.Unmarshal should run even if the configuration file is missing. This is a fix for #488.
v0.33.2 has been released which fixes this issue. |
Thank you. I will fix it. |
yup, can confirm it's fixed in the master branch now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed ov from homebrew on OSX 14.2.1, did:
ov --follow-name --multi-color "ERROR,INFO,WARN,DEBUG,^2024-.{19},\[.*]" --wrap corda.log
and didn't get wrapping or the color highlighting, which I expected.
And I then noticed an error:
and figured nevermind, I don't need a config file yet.
If I create an empty config file at ~/.config/ov/config.yaml the command line options work as expected. Initially I tried to make an empty file ~/.config/ov which of course didn't work.
The text was updated successfully, but these errors were encountered: