From dd5d4bc0e0ee56613a106190b7ed82f23903295d Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Tue, 14 Mar 2023 10:29:45 +0800 Subject: [PATCH] doc: add fish and powershell of autocompletion command Signed-off-by: JenTing Hsiao --- docs/book/src/quick-start.md | 2 +- docs/book/src/reference/completion.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 010f4ecbabf..09c6b08d968 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -45,7 +45,7 @@ You can work with a master snapshot by installing from `https://go.kubebuilder.i diff --git a/docs/book/src/reference/completion.md b/docs/book/src/reference/completion.md index 4e15dca47c6..4b94060e804 100644 --- a/docs/book/src/reference/completion.md +++ b/docs/book/src/reference/completion.md @@ -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.