diff --git a/README.md b/README.md index a932dd74..901b78f5 100644 --- a/README.md +++ b/README.md @@ -229,9 +229,6 @@ func init() { viper.BindPFlag("useViper", rootCmd.PersistentFlags().Lookup("viper")) viper.SetDefault("author", "NAME HERE ") viper.SetDefault("license", "apache") - - rootCmd.AddCommand(addCmd) - rootCmd.AddCommand(initCmd) } func er(msg interface{}) {