There was an error while loading. Please reload this page.
1 parent dabfc5a commit 171c708Copy full SHA for 171c708
1 file changed
pkg/actions/choice/choice.go
@@ -5,6 +5,10 @@ import (
5
"github.com/carapace-sh/carapace-bridge/pkg/choices"
6
)
7
8
+// ActionChoices completes choices
9
+//
10
+// carapace-bridge (carapace-bridge/carapace@bridge)
11
+// gh (gh/cobra@bridge)
12
func ActionChoices() carapace.Action {
13
return carapace.ActionCallback(func(c carapace.Context) carapace.Action {
14
list, err := choices.List(true)
0 commit comments