35 lines
952 B
Groff
35 lines
952 B
Groff
![]() |
.\" Automatically generated by Pandoc 1.15.1
|
||
|
.\"
|
||
|
.hy
|
||
|
.TH "dotnet-cli" "1" "" "" ""
|
||
|
.SH dotnet
|
||
|
.SH NAME
|
||
|
.PP
|
||
|
dotnet \-\- general driver for running the command\-line commands
|
||
|
.SH SYNOPSIS
|
||
|
.PP
|
||
|
dotnet [common\-options] [command] arguments (#arguments)
|
||
|
.SH DESCRIPTION
|
||
|
.PP
|
||
|
dotnet is a generic driver for the CLI toolchain.
|
||
|
Invoked on its own, it will give out brief usage instructions.
|
||
|
.PP
|
||
|
Each specific feature is implemented as a command.
|
||
|
In order to use the feautre, it is specified after dotnet, i.e.
|
||
|
dotnet compile.
|
||
|
All of the arguments following the command are command\[aq]s own
|
||
|
arguments.
|
||
|
.SH Arguments
|
||
|
.PP
|
||
|
\-v, \-\-verbose Enable verbose output
|
||
|
.PP
|
||
|
\-\-version Print out the version of the CLI tooling
|
||
|
.SH Commands
|
||
|
.PP
|
||
|
There are many possible commands that you can use.
|
||
|
The few main ones are: * run \- run your code from source * compile \-
|
||
|
compile your source code * publish \- publish
|
||
|
.SH SEE ALSO
|
||
|
.PP
|
||
|
dotnet\-compile dotnet\-run dotnet\-publish
|