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") }