File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
cmd/carapace/cmd/lazyinit Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ func Fish(completers []string) string {
99 snippet := `%v%v
1010
1111function _carapace_completer
12+ set --local data
1213 IFS='' set data (echo (commandline -cp)'' | sed "s/ \$/ ''/" | xargs carapace $argv[1] fish 2>/dev/null)
1314 if [ $status -eq 1 ]
1415 IFS='' set data (echo (commandline -cp)"'" | sed "s/ \$/ ''/" | xargs carapace $argv[1] fish 2>/dev/null)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-bin
33go 1.23.1
44
55require (
6- github.com/carapace-sh/carapace v1.10.0
6+ github.com/carapace-sh/carapace v1.10.1
77 github.com/carapace-sh/carapace-bridge v1.4.8
88 github.com/carapace-sh/carapace-selfupdate v0.0.10
99 github.com/carapace-sh/carapace-shlex v1.1.0
Original file line number Diff line number Diff line change 1- github.com/carapace-sh/carapace v1.10.0 h1:H+1P7D6AnT0RW+lVHkyafDx0U10N/3p0X6TcpozhTxo =
2- github.com/carapace-sh/carapace v1.10.0 /go.mod h1:Zs3DpsawpFm+8fEfRVYE9EzMBYH8u7S3Aw9yAAKX0JM =
1+ github.com/carapace-sh/carapace v1.10.1 h1:Bb2rlj1SwWFDyKQ7CKiMdy6k/jv/XhiRCkAR+A1Vkls =
2+ github.com/carapace-sh/carapace v1.10.1 /go.mod h1:Zs3DpsawpFm+8fEfRVYE9EzMBYH8u7S3Aw9yAAKX0JM =
33github.tiyicn.workers.dev/carapace-sh/carapace-bridge v1.4.8 h1:RdEJ8pt8oNpCczZQ94U5npJ0ThY5G0XG5AKDYvCUZII =
44github.tiyicn.workers.dev/carapace-sh/carapace-bridge v1.4.8 /go.mod h1:5pjJSa9xLmJafNACZSoAMs3uGD4KVbXMqzYIk/r8CkA =
55github.tiyicn.workers.dev/carapace-sh/carapace-pflag v1.0.0 h1:uJMhl+vwEM/Eb0UdxZUuv4jo4rUAyPijkRGP5gfCuCE =
You can’t perform that action at this time.
0 commit comments