Fix dead code and reenable envvar parsing.

This commit is contained in:
David Anderson 2018-02-05 21:06:04 -08:00
parent 99cc04c381
commit 52a742156e

View File

@ -39,6 +39,7 @@ func CLI() {
return return
} }
cobra.OnInitialize(initConfig)
if err := rootCmd.Execute(); err != nil { if err := rootCmd.Execute(); err != nil {
fmt.Println(err) fmt.Println(err)
os.Exit(-1) os.Exit(-1)