Skip to content

Commit

Permalink
fix: bit pr now lists branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalz committed Mar 20, 2021
1 parent dc4715d commit 6cb6e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ bit pr`,
suggestionTree := &complete.CompTree{
Sub: map[string]*complete.CompTree{
"pr": {
Desc: "Check out a pull request from Github (requires GH CLI)",
//Args: complete.PredictFunc(lazyLoad(GitHubPRSuggestions)), FIXME
Desc: "Check out a pull request from Github (requires GH CLI)",
Dynamic: lazyLoad(GitHubPRSuggestions("")),
},
},
}
Expand Down

0 comments on commit 6cb6e95

Please sign in to comment.