2021-04-22 10:45:36 -03:00
|
|
|
# goreleaser completion
|
|
|
|
|
2021-12-21 16:14:20 -03:00
|
|
|
Generate the autocompletion script for the specified shell
|
2021-04-22 10:45:36 -03:00
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
2021-07-03 14:04:19 -03:00
|
|
|
Generate the autocompletion script for goreleaser for the specified shell.
|
|
|
|
See each sub-command's help for details on how to use the generated script.
|
2021-04-22 10:45:36 -03:00
|
|
|
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for completion
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
|
|
|
--debug Enable debug mode
|
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
2021-06-27 15:40:29 +00:00
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
2021-12-21 16:14:20 -03:00
|
|
|
* [goreleaser completion bash](/cmd/goreleaser_completion_bash/) - Generate the autocompletion script for bash
|
|
|
|
* [goreleaser completion fish](/cmd/goreleaser_completion_fish/) - Generate the autocompletion script for fish
|
|
|
|
* [goreleaser completion powershell](/cmd/goreleaser_completion_powershell/) - Generate the autocompletion script for powershell
|
|
|
|
* [goreleaser completion zsh](/cmd/goreleaser_completion_zsh/) - Generate the autocompletion script for zsh
|
2021-04-22 10:45:36 -03:00
|
|
|
|