We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f7c2bb + b4472fd commit 3f50369Copy full SHA for 3f50369
cmd/carapace/cmd/completers/bridges.go
@@ -46,6 +46,11 @@ func knownbridges() map[string]*completer.Completer {
46
Url: "https://linuxcontainers.org/incus",
47
Variant: "cobra",
48
},
49
+ "kcl": {
50
+ Description: "The KCL Command Line Interface",
51
+ Url: "https://github.com/kcl-lang/cli",
52
+ Variant: "cobra",
53
+ },
54
"lefthook": {
55
Description: "Git hooks manager",
56
Url: "https://lefthook.dev/",
0 commit comments