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.
2 parents afce6a0 + 94211ef commit e18e7ccCopy full SHA for e18e7cc
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