Skip to content

Commit d8ec7dd

Browse files
authored
Merge pull request #1108 from carapace-sh/doc-cmd
doc: added cmd-clink
2 parents ec0607d + 859a584 commit d8ec7dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Command argument completion generator for [cobra].
99

1010
Supported shells:
1111
- [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))
1213
- [Elvish](https://elv.sh/)
1314
- [Fish](https://fishshell.com/)
1415
- [Ion](https://doc.redox-os.org/ion-manual/) ([experimental](https://github.com/carapace-sh/carapace/issues/88))

docs/src/carapace/gen.md

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ command _carapace [SHELL]
3434
# bash
3535
source <(command _carapace)
3636

37+
# cmd (~/AppData/Local/clink/{command}.lua
38+
load(io.popen('command _carapace cmd-clink'):read("*a"))()
39+
3740
# elvish
3841
eval (command _carapace | slurp)
3942

0 commit comments

Comments
 (0)