mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +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:
61
core/man/start-cli/start-cli-package.1
Normal file
61
core/man/start-cli/start-cli-package.1
Normal file
@@ -0,0 +1,61 @@
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH start-cli-package 1 "package "
|
||||
.SH NAME
|
||||
start\-cli\-package \- Commands related to packages
|
||||
.SH SYNOPSIS
|
||||
\fBstart\-cli package\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
||||
.SH DESCRIPTION
|
||||
Commands related to packages
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Print help
|
||||
.SH SUBCOMMANDS
|
||||
.TP
|
||||
start\-cli\-package\-action(1)
|
||||
Commands to get action input or run an action
|
||||
.TP
|
||||
start\-cli\-package\-attach(1)
|
||||
.TP
|
||||
start\-cli\-package\-backup(1)
|
||||
Commands for restoring package(s) from backup
|
||||
.TP
|
||||
start\-cli\-package\-cancel\-install(1)
|
||||
Cancel an install of a package
|
||||
.TP
|
||||
start\-cli\-package\-host(1)
|
||||
Manage network hosts for a package
|
||||
.TP
|
||||
start\-cli\-package\-install(1)
|
||||
Install a package
|
||||
.TP
|
||||
start\-cli\-package\-installed\-version(1)
|
||||
Display the installed version of a package
|
||||
.TP
|
||||
start\-cli\-package\-list(1)
|
||||
List installed packages
|
||||
.TP
|
||||
start\-cli\-package\-logs(1)
|
||||
Display logs for a package
|
||||
.TP
|
||||
start\-cli\-package\-rebuild(1)
|
||||
Rebuild service container
|
||||
.TP
|
||||
start\-cli\-package\-restart(1)
|
||||
Restart a service
|
||||
.TP
|
||||
start\-cli\-package\-set\-outbound\-gateway(1)
|
||||
about.set\-outbound\-gateway\-package
|
||||
.TP
|
||||
start\-cli\-package\-start(1)
|
||||
Start a service
|
||||
.TP
|
||||
start\-cli\-package\-stats(1)
|
||||
List LXC container information
|
||||
.TP
|
||||
start\-cli\-package\-stop(1)
|
||||
Stop a service
|
||||
.TP
|
||||
start\-cli\-package\-uninstall(1)
|
||||
Remove a package
|
||||
Reference in New Issue
Block a user