diff --git a/config.go b/config.go index 43dd09e..764d890 100644 --- a/config.go +++ b/config.go @@ -200,6 +200,7 @@ func ConfigLoad() { ff.WithConfigFileFlag("config"), ff.WithConfigFileParser(IniParser), ); err != nil { + fmt.Fprintf(os.Stderr, "error: %v\n", err) os.Exit(1) }