1(1) .NET (1)
2
3
4
6 This article applies to: ✔️ .NET Core 2.0 SDK and later versions
7
9 dotnet help - Shows more detailed documentation online for the speci‐
10 fied command.
11
13 dotnet help <COMMAND_NAME> [-h|--help]
14
16 The dotnet help command opens up the reference page for more detailed
17 information about the specified command at docs.microsoft.com.
18
19 Arguments
20 • COMMAND_NAME
21
22 Name of the .NET CLI command. For a list of the valid CLI commands,
23 see CLI commands.
24
26 • -?|-h|--help
27
28 Prints out a description of how to use the command.
29
31 • Opens the documentation page for the dotnet new command:
32
33 dotnet help new
34
35
36
37 (1)