github.com/goreleaser/goreleaser@v1.25.1/www/docs/cmd/goreleaser_completion_fish.md (about) 1 # goreleaser completion fish 2 3 Generate the autocompletion script for fish 4 5 ## Synopsis 6 7 Generate the autocompletion script for the fish shell. 8 9 To load completions in your current shell session: 10 11 goreleaser completion fish | source 12 13 To load completions for every new session, execute once: 14 15 goreleaser completion fish > ~/.config/fish/completions/goreleaser.fish 16 17 You will need to start a new shell for this setup to take effect. 18 19 20 ``` 21 goreleaser completion fish [flags] 22 ``` 23 24 ## Options 25 26 ``` 27 -h, --help help for fish 28 --no-descriptions disable completion descriptions 29 ``` 30 31 ## Options inherited from parent commands 32 33 ``` 34 --debug Enable verbose mode (deprecated) 35 --verbose Enable verbose mode 36 ``` 37 38 ## See also 39 40 * [goreleaser completion](/cmd/goreleaser_completion/) - Generate the autocompletion script for the specified shell 41