mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
- add #[group(skip)] to all Parser-derived structs - fix conflicts_with and arg definitions for correct CLI behavior - refactor bin entry points to support manpage generation
26 lines
697 B
Groff
26 lines
697 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-registry-os-asset-get-squashfs 1 "squashfs "
|
|
.SH NAME
|
|
start\-cli\-registry\-os\-asset\-get\-squashfs \- Download squashfs file
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli registry os asset get squashfs\fR [\fB\-d\fR|\fB\-\-download\fR] [\fB\-r\fR|\fB\-\-reverify\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fIVERSION\fR> <\fIPLATFORM\fR>
|
|
.SH DESCRIPTION
|
|
Download squashfs file
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-download\fR \fI<DOWNLOAD>\fR
|
|
Directory path to download to
|
|
.TP
|
|
\fB\-r\fR, \fB\-\-reverify\fR
|
|
Verify hash after download completes
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIVERSION\fR>
|
|
StartOS version number
|
|
.TP
|
|
<\fIPLATFORM\fR>
|
|
Target platform identifier
|