Skip to content

Commit

Permalink
nomad can also install autocomplete for fish shell
Browse files Browse the repository at this point in the history
The posener/complete package seems to automatically also support fish shell.  We should mention it in the docs.  I was about to go and roll my own for fish but luckily it is already supported :)
  • Loading branch information
Fuco1 committed May 1, 2022
1 parent dfda28d commit 2831ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/commands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command can be found on the left.
## Autocomplete

Nomad's CLI supports command autocomplete. Autocomplete can be installed or
uninstalled by running the following on bash or zsh shells:
uninstalled by running the following on bash, zsh or fish shells:

```shell-session
$ nomad -autocomplete-install
Expand Down

0 comments on commit 2831ff9

Please sign in to comment.