[NETSDKE2E]Help text for command "dotnet-core-uninstall remove| dry-run" need to be updated.
1.install dotnet-core-uninstall (1.7.550802) 2.run dotnet-core-uninstall remove --help
Expected Result: The help text list should correspond to the synopsis text in this link. dotnet-core-uninstall remove command - .NET | Microsoft Learn
Actual Result:
Help text for command "dotnet-core-uninstall remove| dry-run" need to be updated
Should be modified to:
dotnet-core-uninstall remove <TARGET> [--x64|--x86] <VERSION>...
[-v|--verbosity <LEVEL>] [--force] [-y|--yes]
dotnet-core-uninstall remove <TARGET> [--x64|--x86] <FILTER> [-v|--verbosity <LEVEL>] [--force] [-y|--yes]
dotnet-core-uninstall remove -h|--help|-?
I think that's covered by the more generic [options] that's in the help. I'll defer to @baronfel if he wants to clean up these help settings at some point. Not a blocker.
Agree with @marcpopMSFT - we could spend some time customizing the usage and layout here but it's not a blocker.