mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21: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
23 lines
599 B
Groff
23 lines
599 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-server-update 1 "update "
|
|
.SH NAME
|
|
start\-cli\-server\-update \- Check a given registry for StartOS updates and update if available
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli server update\fR [\fB\-\-to\fR] [\fB\-\-no\-progress\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fIREGISTRY\fR>
|
|
.SH DESCRIPTION
|
|
Check a given registry for StartOS updates and update if available
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-\-to\fR \fI<TARGET>\fR
|
|
Target version for update
|
|
.TP
|
|
\fB\-\-no\-progress\fR
|
|
Disable progress display
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIREGISTRY\fR>
|
|
URL of the registry
|