mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
19 lines
466 B
Text
19 lines
466 B
Text
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH my-app-help 1 "help "
|
|
.SH NAME
|
|
my\-app\-help \- Print this message or the help of the given subcommand(s)
|
|
.SH SYNOPSIS
|
|
\fBmy\-app help\fR [\fIsubcommands\fR]
|
|
.SH DESCRIPTION
|
|
Print this message or the help of the given subcommand(s)
|
|
.SH SUBCOMMANDS
|
|
.TP
|
|
my\-app\-help\-test(1)
|
|
tests things
|
|
.TP
|
|
my\-app\-help\-some_cmd(1)
|
|
top level subcommand
|
|
.TP
|
|
my\-app\-help\-help(1)
|
|
Print this message or the help of the given subcommand(s)
|