Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NETSDKE2E]Help text for command "dotnet-core-uninstall remove| dry-run" need to be updated. #312

Open
v-ainigao opened this issue Oct 18, 2024 · 2 comments

Comments

@v-ainigao
Copy link

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
Image
Should be modified to:
dotnet-core-uninstall remove [--x64|--x86] ...
[-v|--verbosity ] [--force] [-y|--yes]

dotnet-core-uninstall remove [--x64|--x86]
[-v|--verbosity ] [--force] [-y|--yes]

dotnet-core-uninstall remove -h|--help|-?

@marcpopMSFT
Copy link
Member

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.

@baronfel
Copy link
Member

Agree with @marcpopMSFT - we could spend some time customizing the usage and layout here but it's not a blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants