dotnet/command-line-api
Tab completion is not triggered for dotnet-* commands when invoked with a space after dotnet
Aberta
#343 aberto em 20 de dez. de 2018
Area-Completionsbughelp wanted
Métricas do repositório
- Stars
- (3.665 estrelas)
- Métricas de merge de PR
- (Mesclagem média 38d 3h) (3 fundiu PRs em 30d)
Description
Tab completion for "dotnet"-prefixed global tools works when invoked like this:
dotnet-something ⇥
It does not work when invoked like this:
dotnet something ⇥
This fix should be made for both:
- bash
- PowerShell