Skip to content

Commit 3f50369

Browse files
authored
Merge pull request #3254 from carapace-sh/kcl-bridge
added kcl as known bridge
2 parents 8f7c2bb + b4472fd commit 3f50369

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/carapace/cmd/completers/bridges.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ func knownbridges() map[string]*completer.Completer {
4646
Url: "https://linuxcontainers.org/incus",
4747
Variant: "cobra",
4848
},
49+
"kcl": {
50+
Description: "The KCL Command Line Interface",
51+
Url: "https://github.com/kcl-lang/cli",
52+
Variant: "cobra",
53+
},
4954
"lefthook": {
5055
Description: "Git hooks manager",
5156
Url: "https://lefthook.dev/",

0 commit comments

Comments
 (0)