dotnet-help(1) | .NET Documentation | dotnet-help(1) |
This article applies to: ✔️ .NET Core 3.1 SDK and later versions
dotnet-help - Shows more detailed documentation online for the specified command.
dotnet help <COMMAND_NAME> [-h|--help]
The dotnet help command opens up the reference page for more detailed information about the specified command.
Name of the .NET CLI command. For a list of the valid CLI commands, see CLI commands.
Prints out a description of how to use the command.
dotnet help new
2023-10-25 |