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.
1 parent 0adf8fd commit e7d453cCopy full SHA for e7d453c
cmd/carapace/cmd/completers/bridges.go
@@ -36,6 +36,11 @@ func knownbridges() map[string]*completer.Completer {
36
Url: "https://crc.dev/",
37
Variant: "cobra",
38
},
39
+ "cue": {
40
+ Description: "CUE makes it easy to validate data",
41
+ Url: "https://github.com/cue-lang/cue",
42
+ Variant: "cobra",
43
+ },
44
"devcontainer": {
45
Description: "Use a Docker container as a development environment",
46
Url: "https://containers.dev/",
0 commit comments