Skip to content

Commit b50d37b

Browse files
committed
Fix dotnet-suggest zsh completion shim
1 parent 803d859 commit b50d37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.CommandLine.Suggest/dotnet-suggest-shim.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _dotnet_zsh_complete()
1414
full_line="$words"
1515

1616
# Get the completion results, will be newline-delimited
17-
completions=$(dotnet suggest get --executable "$full_path" -- "$full_line")
17+
completions=$(dotnet-suggest get --executable "$full_path" -- "$full_line")
1818
# explode the completions by linefeed instead of by spaces into the descriptions for the
1919
# _values helper function.
2020

0 commit comments

Comments
 (0)