Remove confusing duplicate Execute from README

This commit is contained in:
Paweł Słomka 2017-10-28 21:39:05 +02:00
parent 7b2c5ac9fc
commit deba9d5b4f

View file

@ -224,10 +224,6 @@ func init() {
viper.SetDefault("license", "apache") viper.SetDefault("license", "apache")
} }
func Execute() {
RootCmd.Execute()
}
func initConfig() { func initConfig() {
// Don't forget to read config either from cfgFile or from home directory! // Don't forget to read config either from cfgFile or from home directory!
if cfgFile != "" { if cfgFile != "" {