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

dotnet help reference

NAME

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

SYNOPSIS

11       dotnet help <COMMAND_NAME> [-h|--help]
12

DESCRIPTION

14       The dotnet help command opens up the reference page for  more  detailed
15       information about the specified command at docs.microsoft.com.
16
17   Arguments
18       · COMMAND_NAME
19
20         Name  of the .NET Core CLI command.  For a list of the valid CLI com‐
21         mands, see CLI commands.
22

OPTIONS

24       · -h|--help
25
26         Prints out a short help for the command.
27

EXAMPLES

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