dotnet / dotnet/command-line-api

dotnet-suggest tool broken in 2.0.0-rc.2 - `dotnet-suggest get` returns nothing

Open
#2,712 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
3.7k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

```
> dotnet tool install --global dotnet-suggest --version 2.0.0-rc.2.25502.107

> dotnet-suggest --version
2.0.0-rc.2.25502.107+89c8f6a112d37d2ea8b77821e56d170a1bccdc5a

# "dotnet-suggest get" returns nothing. Though it should.
# with "--debug": nothing
> dotnet-suggest get --debug --executable dotnet-suggest

> $LASTEXITCODE
0

# without "--debug": nothing
> dotnet-suggest get --executable dotnet-suggest

# with partial command: nothing
> dotnet-suggest get --executable dotnet-suggest -- l

# meanwhile: [suggest] works
> dotnet-suggest [suggest]
--help
--version
-?
-h
/?
/h
get
list
register
script
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.