From 0a9519461e99e4f471f270fd2bff8eda4dc8a050 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Thu, 17 Mar 2016 16:43:04 +0100 Subject: [PATCH] Removes useless toggle, placed by generated code --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 7afbe0b..2acb72f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -51,5 +51,5 @@ func init() { // RootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.ponder.yaml)") // Cobra also supports local flags, which will only run // when this action is called directly. - RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") + // RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") }