mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +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
33 lines
560 B
Groff
33 lines
560 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-flash-os 1 "flash-os "
|
|
.SH NAME
|
|
start\-cli\-flash\-os \- Flash StartOS to a drive
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli flash\-os\fR [\fB\-\-efi\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fISQUASHFS\fR> <\fIDISK\fR>
|
|
.SH DESCRIPTION
|
|
Flash StartOS to a drive
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-\-efi\fR \fI<EFI>\fR
|
|
Use EFI boot mode
|
|
.br
|
|
|
|
.br
|
|
\fIPossible values:\fR
|
|
.RS 14
|
|
.IP \(bu 2
|
|
true
|
|
.IP \(bu 2
|
|
false
|
|
.RE
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fISQUASHFS\fR>
|
|
Path to squashfs image file
|
|
.TP
|
|
<\fIDISK\fR>
|
|
Target disk for installation
|