Skip to content

Commit

Permalink
Merge pull request mitchellh#72 from acomagu/autocomplete-fish
Browse files Browse the repository at this point in the history
Now Autocompletion supports Fish.
  • Loading branch information
mitchellh authored Jan 17, 2018
2 parents 33edc47 + 590e467 commit 518dc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type CLI struct {
// should be set exactly to the binary name that is autocompleted.
//
// Autocompletion is supported via the github.com/posener/complete
// library. This library supports both bash and zsh. To add support
// library. This library supports bash, zsh and fish. To add support
// for other shells, please see that library.
//
// AutocompleteInstall and AutocompleteUninstall are the global flag
Expand Down

0 comments on commit 518dc67

Please sign in to comment.