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