diff --git a/cmd/root.go b/cmd/root.go index f086cd2..b885b02 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -44,10 +44,6 @@ func init() { // will be global for your application. // rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.zet.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") }