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