Disable generated by tag

This commit is contained in:
Finn 2021-03-24 20:42:17 -07:00
parent 126b4317ce
commit cf0dab1e0e

View file

@ -40,6 +40,7 @@ var RootCmd = &cobra.Command{
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