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
18 lines
460 B
Groff
18 lines
460 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-package-backup 1 "backup "
|
|
.SH NAME
|
|
start\-cli\-package\-backup \- Commands for restoring package(s) from backup
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli package backup\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
|
|
.SH DESCRIPTION
|
|
Commands for restoring package(s) from backup
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.SH SUBCOMMANDS
|
|
.TP
|
|
start\-cli\-package\-backup\-restore(1)
|
|
Restore packages from backup
|