2019-08-03 10:41:50 +00:00
|
|
|
.nh
|
2020-01-14 14:17:18 +00:00
|
|
|
.TH greet 8
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
greet - Some app
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
greet
|
|
|
|
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
|
|
|
|
.nf
|
2022-01-04 03:46:55 +00:00
|
|
|
[--another-flag|-b]
|
|
|
|
[--flag|--fl|-f]=[value]
|
|
|
|
[--socket|-s]=[value]
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2021-07-07 00:20:47 +00:00
|
|
|
Description of the application.
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.PP
|
|
|
|
\fBUsage\fP:
|
|
|
|
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
|
|
|
|
.nf
|
2022-01-04 03:46:55 +00:00
|
|
|
app [first_arg] [second_arg]
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
|
|
|
|
|
|
|
|
.SH GLOBAL OPTIONS
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--another-flag, -b\fP: another usage text
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--flag, --fl, -f\fP="":
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--socket, -s\fP="": some 'usage' text (default: value)
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
.SH COMMANDS
|
|
|
|
.SH config, c
|
|
|
|
.PP
|
|
|
|
another usage test
|
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--another-flag, -b\fP: another usage text
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--flag, --fl, -f\fP="":
|
2019-08-03 10:41:50 +00:00
|
|
|
|
2022-01-04 03:46:55 +00:00
|
|
|
.SS sub-config, s, ss
|
2019-08-03 10:41:50 +00:00
|
|
|
.PP
|
|
|
|
another usage test
|
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--sub-command-flag, -s\fP: some usage text
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--sub-flag, --sub-fl, -s\fP="":
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
.SH info, i, in
|
|
|
|
.PP
|
|
|
|
retrieve generic information
|
|
|
|
|
2022-01-04 03:46:55 +00:00
|
|
|
.SH some-command
|
2021-05-21 01:04:51 +00:00
|
|
|
.SH usage, u
|
|
|
|
.PP
|
|
|
|
standard usage text
|
|
|
|
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
|
|
|
|
.nf
|
|
|
|
Usage for the usage text
|
2022-01-04 03:46:55 +00:00
|
|
|
- formatted: Based on the specified ConfigMap and summon secrets.yml
|
|
|
|
- list: Inspect the environment for a specific process running on a Pod
|
|
|
|
- for_effect: Compare 'namespace' environment with 'local'
|
2021-05-21 01:04:51 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
func() { ... }
|
|
|
|
```
|
|
|
|
|
|
|
|
Should be a part of the same code block
|
|
|
|
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--another-flag, -b\fP: another usage text
|
2021-05-21 01:04:51 +00:00
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--flag, --fl, -f\fP="":
|
2021-05-21 01:04:51 +00:00
|
|
|
|
2022-01-04 03:46:55 +00:00
|
|
|
.SS sub-usage, su
|
2021-05-21 01:04:51 +00:00
|
|
|
.PP
|
|
|
|
standard usage text
|
|
|
|
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
|
|
|
|
.PP
|
|
|
|
Single line of UsageText
|
|
|
|
|
|
|
|
.RE
|
|
|
|
|
|
|
|
.PP
|
2022-01-04 03:46:55 +00:00
|
|
|
\fB--sub-command-flag, -s\fP: some usage text
|