Skip to content

Commit

Permalink
Merge pull request #3295 from jenting/shell
Browse files Browse the repository at this point in the history
馃摉 doc: add fish and powershell of autocompletion command
  • Loading branch information
k8s-ci-robot committed Mar 14, 2023
2 parents 0500f37 + dd5d4bc commit f9a8196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can work with a master snapshot by installing from `https://go.kubebuilder.i
<aside class="note">
<h1>Enabling shell autocompletion</h1>

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.
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.

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/reference/completion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Enabling shell autocompletion
The Kubebuilder completion script can be generated with the command `kubebuilder completion [bash|zsh|powershell]`.
The Kubebuilder completion script can be generated with the command `kubebuilder completion [bash|fish|powershell|zsh]`.
Note that sourcing the completion script in your shell enables Kubebuilder autocompletion.

<aside class="note">
Expand Down

0 comments on commit f9a8196

Please sign in to comment.