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

贡献者指南