diff --git a/cmd/signaldctl/cmd/completion.go b/cmd/signaldctl/cmd/completion.go index 8d6e738..43746d3 100644 --- a/cmd/signaldctl/cmd/completion.go +++ b/cmd/signaldctl/cmd/completion.go @@ -66,6 +66,7 @@ PS> signaldctl completion powershell > signaldctl.ps1 # and source this file from your powershell profile. `, DisableFlagsInUseLine: true, + Annotations: map[string]string{common.AnnotationNoSocketConnection: "true"}, ValidArgs: []string{"bash", "zsh", "fish", "powershell"}, Args: cobra.ExactValidArgs(1), Run: func(cmd *cobra.Command, args []string) {