dotnet-installer/Documentation/manpages/sdk/dotnet-help.1
2018-03-30 11:48:04 -04:00

33 lines
830 B
Groff

.\" Automatically generated by Pandoc 2.1.3
.\"
.TH "dotnet help command \- .NET Core CLI" "1" "" "" ".NET Core"
.hy
.SH dotnet help reference
.PP
.SH NAME
.PP
\f[C]dotnet\ help\f[] \- Shows more detailed documentation online for the specified command.
.SH SYNOPSIS
.PP
\f[C]dotnet\ help\ <COMMAND_NAME>\ [\-h|\-\-help]\f[]
.SH DESCRIPTION
.PP
The \f[C]dotnet\ help\f[] command opens up the reference page for more detailed information about the specified command at docs.microsoft.com.
.SS Arguments
.PP
\f[C]COMMAND_NAME\f[]
.PP
Name of the .NET Core CLI command.
For a list of the valid CLI commands, see CLI commands.
.SH OPTIONS
.PP
\f[C]\-h|\-\-help\f[]
.PP
Prints out a short help for the command.
.SH EXAMPLES
.PP
Opens the documentation page for the dotnet new command:
.PP
\f[C]dotnet\ help\ new\f[]
.SH AUTHORS
mairaw.