mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +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
19 lines
444 B
Groff
19 lines
444 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-container-action-clear-tasks 1 "clear-tasks "
|
|
.SH NAME
|
|
start\-container\-action\-clear\-tasks
|
|
.SH SYNOPSIS
|
|
\fBstart\-container action clear\-tasks\fR [\fB\-\-only\fR] [\fB\-\-except\fR] [\fB\-h\fR|\fB\-\-help\fR]
|
|
.SH DESCRIPTION
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-\-only\fR \fI<ONLY>\fR
|
|
Only clear these task IDs
|
|
.TP
|
|
\fB\-\-except\fR \fI<EXCEPT>\fR
|
|
Task IDs to exclude
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|