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:
40
core/man/start-cli/start-cli-registry-package-get.1
Normal file
40
core/man/start-cli/start-cli-registry-package-get.1
Normal file
@@ -0,0 +1,40 @@
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH start-cli-registry-package-get 1 "get "
|
||||
.SH NAME
|
||||
start\-cli\-registry\-package\-get \- List installation candidates
|
||||
.SH SYNOPSIS
|
||||
\fBstart\-cli registry package get\fR [\fB\-v\fR|\fB\-\-target\-version\fR] [\fB\-\-source\-version\fR] [\fB\-\-format\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIID\fR] [\fIOTHER_VERSIONS\fR]
|
||||
.SH DESCRIPTION
|
||||
List installation candidates
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-target\-version\fR \fI<TARGET_VERSION>\fR
|
||||
Target version range constraint
|
||||
.TP
|
||||
\fB\-\-source\-version\fR \fI<SOURCE_VERSION>\fR
|
||||
Source version to upgrade from
|
||||
.TP
|
||||
\fB\-\-format\fR
|
||||
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Print help
|
||||
.TP
|
||||
[\fIID\fR]
|
||||
Package identifier
|
||||
.TP
|
||||
[\fIOTHER_VERSIONS\fR] [default: none]
|
||||
Detail level for other versions
|
||||
.br
|
||||
|
||||
.br
|
||||
\fIPossible values:\fR
|
||||
.RS 14
|
||||
.IP \(bu 2
|
||||
none
|
||||
.IP \(bu 2
|
||||
short
|
||||
.IP \(bu 2
|
||||
full
|
||||
.RE
|
||||
Reference in New Issue
Block a user