mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-30 14:18:01 +02:00
25 lines
843 B
Markdown
25 lines
843 B
Markdown
# nfpm completion
|
|
|
|
Generate the autocompletion script for the specified shell
|
|
|
|
## Synopsis
|
|
|
|
Generate the autocompletion script for nfpm for the specified shell.
|
|
See each sub-command's help for details on how to use the generated script.
|
|
|
|
|
|
## Options
|
|
|
|
```
|
|
-h, --help help for completion
|
|
```
|
|
|
|
## See also
|
|
|
|
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
|
|
* [nfpm completion bash](/cmd/nfpm_completion_bash/) - Generate the autocompletion script for bash
|
|
* [nfpm completion fish](/cmd/nfpm_completion_fish/) - Generate the autocompletion script for fish
|
|
* [nfpm completion powershell](/cmd/nfpm_completion_powershell/) - Generate the autocompletion script for powershell
|
|
* [nfpm completion zsh](/cmd/nfpm_completion_zsh/) - Generate the autocompletion script for zsh
|
|
|