Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
This article applies to: ✔️ .NET 6 SDK and later versions
Name
dotnet help - Shows more detailed documentation online for the specified command.
Synopsis
dotnet help <COMMAND_NAME> [-h|--help]
Description
The dotnet help command opens up the reference page for more detailed information about the specified command.
Arguments
COMMAND_NAMEName of the .NET CLI command. For a list of the valid CLI commands, see CLI commands.
Options
-?|-h|--helpPrints out a description of how to use the command.
Examples
Opens the documentation page for the dotnet new command:
dotnet help new