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 b2ec721 commit 95a1cf2Copy full SHA for 95a1cf2
pkg/completions/bpm.bash
@@ -64,8 +64,12 @@ _bpm() {
64
readarray -t COMPREPLY < <(IFS=' ' compgen -W "${subcommandOptions[*]}" -- "$currentWord")
65
;;
66
install)
67
+ subcommandOptions=(--ssh)
68
+ readarray -t COMPREPLY < <(IFS=' ' compgen -W "${subcommandOptions[*]}" -- "$currentWord")
69
70
link)
71
+ subcommandOptions=(--no-deps)
72
73
74
list)
75
subcommandOptions=(--outdated)
0 commit comments