Skip to content

Commit f9a8196

Browse files
authored
Merge pull request #3295 from jenting/shell
📖 doc: add fish and powershell of autocompletion command
2 parents 0500f37 + dd5d4bc commit f9a8196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can work with a master snapshot by installing from `https://go.kubebuilder.i
4545
<aside class="note">
4646
<h1>Enabling shell autocompletion</h1>
4747

48-
Kubebuilder provides autocompletion support for Bash and Zsh via the command `kubebuilder completion <bash|zsh>`, which can save you a lot of typing. For further information see the [completion](./reference/completion.md) document.
48+
Kubebuilder provides autocompletion support via the command `kubebuilder completion <bash|fish|powershell|zsh>`, which can save you a lot of typing. For further information see the [completion](./reference/completion.md) document.
4949

5050
</aside>
5151

docs/book/src/reference/completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Enabling shell autocompletion
2-
The Kubebuilder completion script can be generated with the command `kubebuilder completion [bash|zsh|powershell]`.
2+
The Kubebuilder completion script can be generated with the command `kubebuilder completion [bash|fish|powershell|zsh]`.
33
Note that sourcing the completion script in your shell enables Kubebuilder autocompletion.
44

55
<aside class="note">

0 commit comments

Comments
 (0)