dotnet/command-line-api
在 GitHub 查看Tab completion is not triggered for dotnet-* commands when invoked with a space after dotnet
Open
#343 建立於 2018年12月20日
Area-Completionsbughelp wanted
倉庫指標
- Star
- (3,665 star)
- 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