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:
Aiden McClelland
2026-03-18 23:48:13 -06:00
parent b1b7d2fa70
commit bcdeabfe85
471 changed files with 8753 additions and 50 deletions

View 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