mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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
587 B
Groff
24 lines
587 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-registry-package-signer 1 "signer "
|
|
.SH NAME
|
|
start\-registry\-package\-signer \- Add, remove, and list package signers
|
|
.SH SYNOPSIS
|
|
\fBstart\-registry package signer\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
|
.SH DESCRIPTION
|
|
Add, remove, and list package signers
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.SH SUBCOMMANDS
|
|
.TP
|
|
start\-registry\-package\-signer\-add(1)
|
|
Add package signer
|
|
.TP
|
|
start\-registry\-package\-signer\-list(1)
|
|
List package signers
|
|
.TP
|
|
start\-registry\-package\-signer\-remove(1)
|
|
Remove package signer
|