We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
✗ dive --config dive.yaml --source podman fcc Using config file: dive.yaml ... ✗ mv dive.yaml dive.cfg ✗ dive --config dive.cfg --source podman fcc Image Source: podman://fcc ...
I did expected dive to care about config file extension. Strange that no error is shown.
dive
The text was updated successfully, but these errors were encountered:
dive/cmd/root.go
Lines 69 to 70 in 8d8c84c
Instead of viper.SetConfigFile, viper.AddConfigPath can be used to detect and load default configs https://github.com/spf13/viper#reading-config-files
viper.SetConfigFile
viper.AddConfigPath
Sorry, something went wrong.
ba6b754
Merge pull request #266 from abitrolly/confix
04038ec
Do not ignore missing file from --config option (fixes #265)
No branches or pull requests
I did expected
dive
to care about config file extension. Strange that no error is shown.The text was updated successfully, but these errors were encountered: