Update dotnet manpages for Unix
This commit is contained in:
parent
2e9c0b7b06
commit
b828418021
24 changed files with 3294 additions and 537 deletions
37
Documentation/manpages/sdk/dotnet-list-reference.1
Normal file
37
Documentation/manpages/sdk/dotnet-list-reference.1
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
.\" Automatically generated by Pandoc 2.1.3
|
||||
.\"
|
||||
.TH "dotnet list reference command \- .NET Core CLI" "1" "" "" ".NET Core"
|
||||
.hy
|
||||
.SH dotnet list reference
|
||||
.PP
|
||||
.SH NAME
|
||||
.PP
|
||||
\f[C]dotnet\ list\ reference\f[] \- Lists project to project references.
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
\f[C]dotnet\ list\ [<PROJECT>]\ reference\ [\-h|\-\-help]\f[]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The \f[C]dotnet\ list\ reference\f[] command provides a convenient option to list project references for a given project.
|
||||
.SS Arguments
|
||||
.PP
|
||||
\f[C]PROJECT\f[]
|
||||
.PP
|
||||
Specifies the project file to use for listing references.
|
||||
If not specified, the command will search the current directory for a project file.
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\f[C]\-h|\-\-help\f[]
|
||||
.PP
|
||||
Prints out a short help for the command.
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
List the project references for the specified project:
|
||||
.PP
|
||||
\f[C]dotnet\ list\ app/app.csproj\ reference\f[]
|
||||
.PP
|
||||
List the project references for the project in the current directory:
|
||||
.PP
|
||||
\f[C]dotnet\ list\ reference\f[]
|
||||
.SH AUTHORS
|
||||
mairaw.
|
||||
Reference in a new issue