We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec0607d + 859a584 commit d8ec7ddCopy full SHA for d8ec7dd
README.md
@@ -9,6 +9,7 @@ Command argument completion generator for [cobra].
9
10
Supported shells:
11
- [Bash](https://www.gnu.org/software/bash/)
12
+- [Cmd](https://en.wikipedia.org/wiki/Cmd.exe) ([experimental](https://github.com/carapace-sh/carapace/issues/1107))
13
- [Elvish](https://elv.sh/)
14
- [Fish](https://fishshell.com/)
15
- [Ion](https://doc.redox-os.org/ion-manual/) ([experimental](https://github.com/carapace-sh/carapace/issues/88))
docs/src/carapace/gen.md
@@ -34,6 +34,9 @@ command _carapace [SHELL]
34
# bash
35
source <(command _carapace)
36
37
+# cmd (~/AppData/Local/clink/{command}.lua
38
+load(io.popen('command _carapace cmd-clink'):read("*a"))()
39
+
40
# elvish
41
eval (command _carapace | slurp)
42
0 commit comments