mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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
533 B
Groff
23 lines
533 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-registry-package-remove 1 "remove "
|
|
.SH NAME
|
|
start\-cli\-registry\-package\-remove \- Remove package from registry
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli registry package remove\fR [\fB\-\-sighash\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fIID\fR> <\fIVERSION\fR>
|
|
.SH DESCRIPTION
|
|
Remove package from registry
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-\-sighash\fR \fI<SIGHASH>\fR
|
|
Hash for signature verification
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIID\fR>
|
|
Package identifier
|
|
.TP
|
|
<\fIVERSION\fR>
|
|
Package version
|