We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803d859 commit b50d37bCopy full SHA for b50d37b
src/System.CommandLine.Suggest/dotnet-suggest-shim.zsh
@@ -14,7 +14,7 @@ _dotnet_zsh_complete()
14
full_line="$words"
15
16
# Get the completion results, will be newline-delimited
17
- completions=$(dotnet suggest get --executable "$full_path" -- "$full_line")
+ completions=$(dotnet-suggest get --executable "$full_path" -- "$full_line")
18
# explode the completions by linefeed instead of by spaces into the descriptions for the
19
# _values helper function.
20
0 commit comments