Skip to content

Commit 171c708

Browse files
committed
tmp
1 parent dabfc5a commit 171c708

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/actions/choice/choice.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import (
55
"github.com/carapace-sh/carapace-bridge/pkg/choices"
66
)
77

8+
// ActionChoices completes choices
9+
//
10+
// carapace-bridge (carapace-bridge/carapace@bridge)
11+
// gh (gh/cobra@bridge)
812
func ActionChoices() carapace.Action {
913
return carapace.ActionCallback(func(c carapace.Context) carapace.Action {
1014
list, err := choices.List(true)

0 commit comments

Comments
 (0)