We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4715d commit 6cb6e95Copy full SHA for 6cb6e95
cmd/pr.go
@@ -19,8 +19,8 @@ bit pr`,
19
suggestionTree := &complete.CompTree{
20
Sub: map[string]*complete.CompTree{
21
"pr": {
22
- Desc: "Check out a pull request from Github (requires GH CLI)",
23
- //Args: complete.PredictFunc(lazyLoad(GitHubPRSuggestions)), FIXME
+ Desc: "Check out a pull request from Github (requires GH CLI)",
+ Dynamic: lazyLoad(GitHubPRSuggestions("")),
24
},
25
26
}
0 commit comments