Fix handling of empty config file#595
Conversation
The master branch of viper has a fix so that the ReadInConfig function emits the ConfigFileNotFoundError but that currently isn't released, so this just does a string compare. In the future, the type should be used.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Description
Better handles missing or empty yaml config file (vultr-cli.yaml) which should be more consistent across platforms
Related Issues
Checklist: