Don't require signald connection to generate completion
This commit is contained in:
parent
5288a41f42
commit
195b44ee06
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue