dotnet / dotnet/command-line-api
dotnet-suggest-shim.zsh script error
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
I think there is a typo in the dotnet-suggest-shim.zsh script. Line 18 is:
`completions=$(dotnet suggest get --executable "$full_path" -- "$full_line")`
There should be a hyphen between dotnet and suggest. The line should be:
`completions=$(dotnet-suggest get --executable "$full_path" -- "$full_line")`
I discovered the issue while setting up tab completion for zsh on my mac.
Thanks,
Greg G
Contributor guide
Assessment
This issue has not been assessed yet.