We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25edbb8 commit 415a026Copy full SHA for 415a026
1 file changed
autocomplete.md
@@ -15,12 +15,12 @@ You may add something like this to add auto completion feature.
15
16
```
17
_bb_autocomplete() {
18
- local pipeline_commands="get latest wait"
+ local pipeline_commands="get latest wait run"
19
local pr_commands="list diff commits approve no-approve request-changes no-request-changes decline merge create"
20
local branch_commands="list user name"
21
local auth_commands="save show"
22
23
- _arguments "1: :(pr pipeline branch auth)" "2: :(help $pipeline_commands $pr_commands $branch_commands $auth_commands)"
+ _arguments "1: :(pr pipeline branch auth browse upgrade)" "2: :(help $pipeline_commands $pr_commands $branch_commands $auth_commands)"
24
}
25
26
compdef _bb_autocomplete bb
0 commit comments