dotnet/command-line-api

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

Open

#343 geöffnet am 20. Dez. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (3.665 Stars) (421 Forks)auto 404
Area-Completionsbughelp wanted

Beschreibung

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

Contributor Guide