2019-08-03 10:41:50 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
greet - Some app
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
greet
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2021-07-07 00:20:47 +00:00
|
|
|
Description of the application.
|
2019-08-03 10:41:50 +00:00
|
|
|
|
|
|
|
**Usage**:
|
|
|
|
|
|
|
|
```
|
2021-07-07 00:20:47 +00:00
|
|
|
app [first_arg] [second_arg]
|
2019-08-03 10:41:50 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
# COMMANDS
|
|
|
|
|
|
|
|
## config, c
|
|
|
|
|
|
|
|
another usage test
|
|
|
|
|
|
|
|
**--another-flag, -b**: another usage text
|
|
|
|
|
|
|
|
**--flag, --fl, -f**="":
|
|
|
|
|
|
|
|
### sub-config, s, ss
|
|
|
|
|
|
|
|
another usage test
|
|
|
|
|
|
|
|
**--sub-command-flag, -s**: some usage text
|
|
|
|
|
|
|
|
**--sub-flag, --sub-fl, -s**="":
|
|
|
|
|
|
|
|
## info, i, in
|
|
|
|
|
|
|
|
retrieve generic information
|
|
|
|
|
|
|
|
## some-command
|
|
|
|
|
|
|
|
|
2021-05-21 01:04:51 +00:00
|
|
|
## usage, u
|
|
|
|
|
|
|
|
standard usage text
|
|
|
|
|
|
|
|
Usage for the usage text
|
|
|
|
- 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'
|
|
|
|
|
|
|
|
```
|
|
|
|
func() { ... }
|
|
|
|
```
|
|
|
|
|
|
|
|
Should be a part of the same code block
|
|
|
|
|
|
|
|
**--another-flag, -b**: another usage text
|
|
|
|
|
|
|
|
**--flag, --fl, -f**="":
|
|
|
|
|
|
|
|
### sub-usage, su
|
|
|
|
|
|
|
|
standard usage text
|
|
|
|
|
|
|
|
>Single line of UsageText
|
|
|
|
|
|
|
|
**--sub-command-flag, -s**: some usage text
|