From cf0dab1e0eb41894d8d82d69b01abda1e95ea7f0 Mon Sep 17 00:00:00 2001 From: Finn Date: Wed, 24 Mar 2021 20:42:17 -0700 Subject: [PATCH] Disable generated by tag --- cmd/signaldctl/cmd/root.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/signaldctl/cmd/root.go b/cmd/signaldctl/cmd/root.go index eb70b74..51a8749 100644 --- a/cmd/signaldctl/cmd/root.go +++ b/cmd/signaldctl/cmd/root.go @@ -37,9 +37,10 @@ var socketPath string // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ - Use: "signaldctl", - Short: "Interact with a running signald instance", - Long: `signaldctl is a command line tool to interact with signald.`, + Use: "signaldctl", + Short: "Interact with a running signald instance", + Long: `signaldctl is a command line tool to interact with signald.`, + DisableAutoGenTag: true, PersistentPreRun: func(cmd *cobra.Command, args []string) { if socketPath == "" { socketPath = config.Config.SocketPath