dotnet / dotnet/cli-lab

`--all` doesn't work or docs are incorrect

Open
#243 2 comments 1 reaction 0 assignees View on GitHub
Area-Uninstall-Tool
Dominant language
C#
Stars
774
Forks
72
Avg merge
1d 23h
Merged PRs (30d)
2

Description

```
>dotnet-core-uninstall --version
1.5.255402+e07a3c995ec2d3cf449d37eb50c87e180da12544
```

If I read the help correctly, `--all` is supposed to remove everything:
```
Usage:
dotnet-core-uninstall remove [options] [...]

Arguments:
The specified version to uninstall. You may list several versions. Response files are supported.

Options:
--all Remove all .NET Core SDKs or Runtimes. (*)
... < snip > ...
```

... however, when I run it I get the following error:
```
>dotnet-core-uninstall remove --all
You must specify exactly one of: --aspnet-runtime, --hosting-bundle, --runtime, --sdk.
```

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.