dotnet/command-line-api

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

Open

#343 opened on Dec 20, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (421 forks)auto 404
Area-Completionsbughelp wanted

Repository metrics

Stars
 (3,665 stars)
PR merge metrics
 (Avg merge 1h 58m) (1 merged PR in 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

Contributor guide