dotnet/command-line-api

Tab completion is not triggered for dotnet-* commands when invoked with a space after dotnet

Open

#343 aperta il 20 dic 2018

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C# (421 fork)auto 404
Area-Completionsbughelp wanted

Metriche repository

Star
 (3665 star)
Metriche merge PR
 (Merge medio 1h 58m) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor