1dotnet help command(1)             .NET Core            dotnet help command(1)
2
3
4

dotnet help reference

6       This article applies to: ✓ .NET Core 2.0 SDK and later versions
7

NAME

9       dotnet  help  - Shows more detailed documentation online for the speci‐
10       fied command.
11

SYNOPSIS

13       dotnet help <COMMAND_NAME> [-h|--help]
14

DESCRIPTION

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 Core CLI command.  For a list of the valid CLI com‐
23         mands, see CLI commands.
24

OPTIONS

26       · -h|--help
27
28         Prints out a short help for the command.
29

EXAMPLES

31       · Opens the documentation page for the dotnet new command:
32
33                dotnet help new
34
35
36
37                                                        dotnet help command(1)
Impressum