Arch arguments don't work when removing
Open
Area-Uninstall-Tool
- Dominant language
- C#
- Stars
- 774
- Forks
- 72
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
The documentation here https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool?tabs=macos mentions the architecture arguments for the `list` command:
```bash
dotnet-core-uninstall list --x64
```
But this argument doesn't work with the `remove` command.
Would be nice to have this feature implemented.
Contributor guide
Assessment
This issue has not been assessed yet.