Skip to content

Commit 415a026

Browse files
authored
Update autocomplete.md
1 parent 25edbb8 commit 415a026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autocomplete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ You may add something like this to add auto completion feature.
1515

1616
```
1717
_bb_autocomplete() {
18-
local pipeline_commands="get latest wait"
18+
local pipeline_commands="get latest wait run"
1919
local pr_commands="list diff commits approve no-approve request-changes no-request-changes decline merge create"
2020
local branch_commands="list user name"
2121
local auth_commands="save show"
2222
23-
_arguments "1: :(pr pipeline branch auth)" "2: :(help $pipeline_commands $pr_commands $branch_commands $auth_commands)"
23+
_arguments "1: :(pr pipeline branch auth browse upgrade)" "2: :(help $pipeline_commands $pr_commands $branch_commands $auth_commands)"
2424
}
2525
2626
compdef _bb_autocomplete bb

0 commit comments

Comments
 (0)