mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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
25 lines
526 B
Groff
25 lines
526 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-container-action-run 1 "run "
|
|
.SH NAME
|
|
start\-container\-action\-run
|
|
.SH SYNOPSIS
|
|
\fBstart\-container action run\fR [\fB\-p\fR|\fB\-\-package\-id\fR] [\fB\-\-format\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fIACTION_ID\fR> <\fIINPUT\fR>
|
|
.SH DESCRIPTION
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-p\fR, \fB\-\-package\-id\fR \fI<PACKAGE_ID>\fR
|
|
Package identifier
|
|
.TP
|
|
\fB\-\-format\fR
|
|
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIACTION_ID\fR>
|
|
Action identifier
|
|
.TP
|
|
<\fIINPUT\fR>
|
|
Input data for the action
|