-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet CLI: "dotnet help new" does not work #45231
Comments
For whoever is triaging this issue, I would like to try it and find a fix for it. |
Some commands seem to act this way, and others don't. I'll mark it for team triage. If we get consensus, I can assign it to you, and we'd welcome a PR for it 🙂 |
What's happening here is that the
|
@baronfel Thanks for the details. I understand that the option of adding an interface that both I can put a draft PR to keep the discussion there. |
Describe the bug
dotnet help new
following the documentation and how similar commands behave should open thenew command
documentation website. Instead, this is different from the current behavior on 9.0.100. Executing that command returns the help command information.Tested this on Windows, macOS, and Linux (Mint).
Below is a sample running on macOS:
dotnet_help_new.mov
To Reproduce
Exceptions (if any)
Further technical details
dotnet --info
dotnet --info
The text was updated successfully, but these errors were encountered: