Skip to content

Commit 6cb6e95

Browse files
committed
fix: bit pr now lists branches
1 parent dc4715d commit 6cb6e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/pr.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ bit pr`,
1919
suggestionTree := &complete.CompTree{
2020
Sub: map[string]*complete.CompTree{
2121
"pr": {
22-
Desc: "Check out a pull request from Github (requires GH CLI)",
23-
//Args: complete.PredictFunc(lazyLoad(GitHubPRSuggestions)), FIXME
22+
Desc: "Check out a pull request from Github (requires GH CLI)",
23+
Dynamic: lazyLoad(GitHubPRSuggestions("")),
2424
},
2525
},
2626
}

0 commit comments

Comments
 (0)