You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
661 B
53 lines
661 B
'\" t
|
|
.TH "CARGO\-VERSION" "1"
|
|
.nh
|
|
.ad l
|
|
.ss \n[.ss] 0
|
|
.SH "NAME"
|
|
cargo\-version \- Show version information
|
|
.SH "SYNOPSIS"
|
|
\fBcargo version\fR [\fIoptions\fR]
|
|
.SH "DESCRIPTION"
|
|
Displays the version of Cargo.
|
|
.SH "OPTIONS"
|
|
.sp
|
|
\fB\-v\fR,
|
|
\fB\-\-verbose\fR
|
|
.RS 4
|
|
Display additional version information.
|
|
.RE
|
|
.SH "EXAMPLES"
|
|
.sp
|
|
.RS 4
|
|
\h'-04' 1.\h'+01'Display the version:
|
|
.sp
|
|
.RS 4
|
|
.nf
|
|
cargo version
|
|
.fi
|
|
.RE
|
|
.RE
|
|
.sp
|
|
.RS 4
|
|
\h'-04' 2.\h'+01'The version is also available via flags:
|
|
.sp
|
|
.RS 4
|
|
.nf
|
|
cargo \-\-version
|
|
cargo \-V
|
|
.fi
|
|
.RE
|
|
.RE
|
|
.sp
|
|
.RS 4
|
|
\h'-04' 3.\h'+01'Display extra version information:
|
|
.sp
|
|
.RS 4
|
|
.nf
|
|
cargo \-Vv
|
|
.fi
|
|
.RE
|
|
.RE
|
|
.SH "SEE ALSO"
|
|
\fBcargo\fR(1)
|