mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix: clap CLI definitions and manpage generation
- 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
This commit is contained in:
41
core/man/start-cli/start-cli-registry-package.1
Normal file
41
core/man/start-cli/start-cli-registry-package.1
Normal file
@@ -0,0 +1,41 @@
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH start-cli-registry-package 1 "package "
|
||||
.SH NAME
|
||||
start\-cli\-registry\-package \- Commands to index, add, or get packages
|
||||
.SH SYNOPSIS
|
||||
\fBstart\-cli registry package\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
||||
.SH DESCRIPTION
|
||||
Commands to index, add, or get packages
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Print help
|
||||
.SH SUBCOMMANDS
|
||||
.TP
|
||||
start\-cli\-registry\-package\-add(1)
|
||||
Add package to registry index
|
||||
.TP
|
||||
start\-cli\-registry\-package\-add\-mirror(1)
|
||||
Add a mirror for an s9pk
|
||||
.TP
|
||||
start\-cli\-registry\-package\-category(1)
|
||||
Update categories in registry
|
||||
.TP
|
||||
start\-cli\-registry\-package\-download(1)
|
||||
Download s9pk package
|
||||
.TP
|
||||
start\-cli\-registry\-package\-get(1)
|
||||
List installation candidates
|
||||
.TP
|
||||
start\-cli\-registry\-package\-index(1)
|
||||
List packages and categories
|
||||
.TP
|
||||
start\-cli\-registry\-package\-remove(1)
|
||||
Remove package from registry
|
||||
.TP
|
||||
start\-cli\-registry\-package\-remove\-mirror(1)
|
||||
Remove mirror package
|
||||
.TP
|
||||
start\-cli\-registry\-package\-signer(1)
|
||||
Add, remove, and list package signers
|
||||
Reference in New Issue
Block a user