From f9a05ab5d9c1b4baa18c492b431b65eabaf780d1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 24 Sep 2025 08:26:16 +0100 Subject: [PATCH] Remove the toggle flag Signed-off-by: Oliver Davies --- cmd/root.go | 4 ---- 1 file changed, 4 deletions(-) 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") }