dotnet/command-line-api

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

オープン

#343 opened on 2018/12/20

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (421 件のフォーク)auto 404
Area-Completionsbughelp wanted

Repository metrics

Stars
 (3,665 個のスター)
PR merge metrics
 (平均マージ 1h 58m) (30d で 1 merged PR)

説明

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

コントリビューターガイド