dotnet/command-line-api

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

開放

#343 建立於 2018年12月20日

 (2 則留言) (0 個反應) (0 位負責人)C# (421 個分叉)auto 404
Area-Completionsbughelp wanted

倉庫指標

星標
 (3,665 顆星)
PR 合併指標
 (平均合併 1小時 58分鐘) (30 天內合併 1 個 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

貢獻者指南