mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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
17 lines
380 B
Groff
17 lines
380 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-registry-os-version-remove 1 "remove "
|
|
.SH NAME
|
|
start\-registry\-os\-version\-remove \- Remove OS version
|
|
.SH SYNOPSIS
|
|
\fBstart\-registry os version remove\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIVERSION\fR>
|
|
.SH DESCRIPTION
|
|
Remove OS version
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIVERSION\fR>
|
|
StartOS version number
|