dotnet/command-line-api

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

Open

#343 创建于 2018年12月20日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C# (421 fork)auto 404
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

贡献者指南