Removing initCmd, addCmd from README.md

Related to issue: https://github.com/spf13/cobra/issues/1124
This commit is contained in:
Jessica Schalz 2020-05-25 20:14:52 -05:00 committed by GitHub
parent 94a87a7b83
commit fa4f0b9f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,9 +229,6 @@ func init() {
viper.BindPFlag("useViper", rootCmd.PersistentFlags().Lookup("viper"))
viper.SetDefault("author", "NAME HERE <EMAIL ADDRESS>")
viper.SetDefault("license", "apache")
rootCmd.AddCommand(addCmd)
rootCmd.AddCommand(initCmd)
}
func er(msg interface{}) {