Add dotnet-tool manpages and update others
This commit is contained in:
parent
de407deff0
commit
5f93685491
29 changed files with 1895 additions and 215 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.\" Automatically generated by Pandoc 2.1.3
|
||||
.\" Automatically generated by Pandoc 2.2.1
|
||||
.\"
|
||||
.TH "dotnet add package command \- .NET Core CLI" "1" "" "" ".NET Core"
|
||||
.hy
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
\f[C]dotnet\ add\ package\f[] \- Adds a package reference to a project file.
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
\f[C]dotnet\ add\ [<PROJECT>]\ package\ <PACKAGE_NAME>\ [\-h|\-\-help]\ [\-v|\-\-version]\ [\-f|\-\-framework]\ [\-n|\-\-no\-restore]\ [\-s|\-\-source]\ [\-\-package\-directory]\f[]
|
||||
\f[C]dotnet\ add\ [<PROJECT>]\ package\ <PACKAGE_NAME>\ [\-h|\-\-help]\ [\-f|\-\-framework]\ [\-n|\-\-no\-restore]\ [\-\-package\-directory]\ [\-s|\-\-source]\ [\-v|\-\-version]\f[]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The \f[C]dotnet\ add\ package\f[] command provides a convenient option to add a package reference to a project file.
|
||||
|
|
@ -54,10 +54,6 @@ The package reference to add.
|
|||
.PP
|
||||
Prints out a short help for the command.
|
||||
.PP
|
||||
\f[C]\-v|\-\-version\ <VERSION>\f[]
|
||||
.PP
|
||||
Version of the package.
|
||||
.PP
|
||||
\f[C]\-f|\-\-framework\ <FRAMEWORK>\f[]
|
||||
.PP
|
||||
Adds a package reference only when targeting a specific framework.
|
||||
|
|
@ -66,13 +62,17 @@ Adds a package reference only when targeting a specific framework.
|
|||
.PP
|
||||
Adds a package reference without performing a restore preview and compatibility check.
|
||||
.PP
|
||||
\f[C]\-\-package\-directory\ <PACKAGE_DIRECTORY>\f[]
|
||||
.PP
|
||||
Restores the package to the specified directory.
|
||||
.PP
|
||||
\f[C]\-s|\-\-source\ <SOURCE>\f[]
|
||||
.PP
|
||||
Uses a specific NuGet package source during the restore operation.
|
||||
.PP
|
||||
\f[C]\-\-package\-directory\ <PACKAGE_DIRECTORY>\f[]
|
||||
\f[C]\-v|\-\-version\ <VERSION>\f[]
|
||||
.PP
|
||||
Restores the package to the specified directory.
|
||||
Version of the package.
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
Add \f[C]Newtonsoft.Json\f[] NuGet package to a project:
|
||||
|
|
|
|||
Reference in a new issue