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
24 lines
637 B
Groff
24 lines
637 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-registry-os-version-signer 1 "signer "
|
|
.SH NAME
|
|
start\-cli\-registry\-os\-version\-signer \- Add, remove, and list version signers
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli registry os version signer\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
|
.SH DESCRIPTION
|
|
Add, remove, and list version signers
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.SH SUBCOMMANDS
|
|
.TP
|
|
start\-cli\-registry\-os\-version\-signer\-add(1)
|
|
Add version signer
|
|
.TP
|
|
start\-cli\-registry\-os\-version\-signer\-list(1)
|
|
List version signers
|
|
.TP
|
|
start\-cli\-registry\-os\-version\-signer\-remove(1)
|
|
Remove version signer
|