From fa4f0b9f39a3ca623ed59eadfb7d1c94d2f4a412 Mon Sep 17 00:00:00 2001 From: Jessica Schalz Date: Mon, 25 May 2020 20:14:52 -0500 Subject: [PATCH] Removing initCmd, addCmd from README.md Related to issue: https://github.com/spf13/cobra/issues/1124 --- README.md | 3 --- 1 file changed, 3 deletions(-) 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{}) {