We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5098f75 commit e2c0c50Copy full SHA for e2c0c50
docs/book/src/reference/completion.md
@@ -25,7 +25,7 @@ The completion Bash script depends on [bash-completion](https://github.com/scop/
25
if [ -f /usr/local/share/bash-completion/bash_completion ]; then
26
. /usr/local/share/bash-completion/bash_completion
27
fi
28
-. <(kubebuilder completion)
+. <(kubebuilder completion bash)
29
```
30
- Restart terminal for the changes to be reflected.
31
0 commit comments