{{ .Title }}
| Description | {{ . }} |
|---|---|
| Usage | {{ . }} |
| Command | Description |
|---|---|
{{ .Title }} |
{{ $child.synopsis }} |
| Option | Default | Description |
|---|---|---|
{{ with .shorthand }}-{{ . }}, {{ end }}--{{ .name }}
|
{{ $skipDefault := `[],false,` }}
{{ with .default_value }}
{{ cond (in $skipDefault .) "" (printf "%s" . | safeHTML) }}
{{ end }}
|
{{ with .usage }} {{ strings.TrimSpace . }} {{ end }} |
| Option | Default | Description |
|---|---|---|
{{ with .shorthand }}-{{ . }}, {{ end }}--{{ .name }}
|
{{ $skipDefault := `[],false,` }}
{{ with .default_value }}
{{ cond (in $skipDefault .) "" (printf "%s" . | safeHTML) }}
{{ end }}
|
{{ with .usage }} {{ strings.TrimSpace . }} {{ end }} |