dotnet / dotnet/command-line-api

dotnet-suggest-shim.zsh script error

Open
#2,198 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.