UNCLASSIFIED - NO CUI

Skip to content

cmd/completion: update usage string with tips

Daniel Dides requested to merge dd/update-completion-strings into main

General MR

Summary

Update doc strings with two more useful tips for configuring completions in environments.

Bash: requires the bash-completion supporting package, otherwise you get:

 bash: _get_comp_words_by_ref: command not found

ZSH: The completions directory may not exist and you'll receive:

edf00f38d1ae# bbctl completion zsh > "${fpath[1]}/_bbctl"
zsh: no such file or directory: /usr/local/share/zsh/site-functions/_bbctl

Linked Issue

Part of #51

Upgrade Notices

N/A

Merge request reports