github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/www/docs/cmd/goreleaser_completion_powershell.md (about) 1 # goreleaser completion powershell 2 3 generate the autocompletion script for powershell 4 5 ## Synopsis 6 7 8 Generate the autocompletion script for powershell. 9 10 To load completions in your current shell session: 11 PS C:\> goreleaser completion powershell | Out-String | Invoke-Expression 12 13 To load completions for every new session, add the output of the above command 14 to your powershell profile. 15 16 17 ``` 18 goreleaser completion powershell [flags] 19 ``` 20 21 ## Options 22 23 ``` 24 -h, --help help for powershell 25 --no-descriptions disable completion descriptions 26 ``` 27 28 ## Options inherited from parent commands 29 30 ``` 31 --debug Enable debug mode 32 ``` 33 34 ## See also 35 36 * [goreleaser completion](/cmd/goreleaser_completion/) - generate the autocompletion script for the specified shell 37