dotnet / dotnet/command-line-api
Autocomplete for local tools
Open
Area-Completions
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Hey, i'm trying to add autocomplete to my tool, it works when I try to use it as a console application like **.\mytool.exe** ->tab, but when I pack my tool as a dotnet tool and try to use it as a local tool from particular folder ( **dotnet mytool** ->tab)- autocomplete doesn't work . Is there any possibility to have autocomplete working with local tools?
Contributor guide
Assessment
This issue has not been assessed yet.