github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/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 8 Generate the autocompletion script for the fish shell. 9 10 To load completions in your current shell session: 11 $ goreleaser completion fish | source 12 13 To load completions for every new session, execute once: 14 $ goreleaser completion fish > ~/.config/fish/completions/goreleaser.fish 15 16 You will need to start a new shell for this setup to take effect. 17 18 19 ``` 20 goreleaser completion fish [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for fish 27 --no-descriptions disable completion descriptions 28 ``` 29 30 ## Options inherited from parent commands 31 32 ``` 33 --debug Enable debug mode 34 ``` 35 36 ## See also 37 38 * [goreleaser completion](/cmd/goreleaser_completion/) - generate the autocompletion script for the specified shell 39