From 0c231d635e7ad71609bb80abac5e0ade15ffb860 Mon Sep 17 00:00:00 2001 From: AlexsJones Date: Mon, 27 Mar 2023 20:49:40 +0100 Subject: [PATCH] feat: version Signed-off-by: AlexsJones --- cmd/version.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cmd/version.go b/cmd/version.go index 071ae83306..2ad6faf239 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -16,14 +16,4 @@ var versionCmd = &cobra.Command{ func init() { rootCmd.AddCommand(versionCmd) - - // Here you will define your flags and configuration settings. - - // Cobra supports Persistent Flags which will work for this command - // and all subcommands, e.g.: - // versionCmd.PersistentFlags().String("foo", "", "A help for foo") - - // Cobra supports local flags which will only run when this command - // is called directly, e.g.: - // versionCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") }