File: expected-tabular-markdown-full.md

package info (click to toggle)
golang-github-urfave-cli-v3 3.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,676 kB
  • sloc: sh: 26; makefile: 16
file content (117 lines) | stat: -rw-r--r-- 3,416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
## CLI interface - greet

Description of the application.

Some app.

> app [first_arg] [second_arg]

Usage:

```bash
$ app [GLOBAL FLAGS] [COMMAND] [COMMAND FLAGS] [ARGUMENTS...]
```

Global flags:

| Name                        | Description        | Default value |  Environment variables  |
|-----------------------------|--------------------|:-------------:|:-----------------------:|
| `--socket="…"` (`-s`)       | some 'usage' text  |    `value`    |         *none*          |
| `--flag="…"` (`--fl`, `-f`) |                    |               |         *none*          |
| `--another-flag` (`-b`)     | another usage text |    `false`    | `EXAMPLE_VARIABLE_NAME` |

### `config` command (aliases: `c`)

another usage test.

Usage:

```bash
$ app [GLOBAL FLAGS] config [COMMAND FLAGS] [ARGUMENTS...]
```

The following flags are supported:

| Name                        | Description        | Default value | Environment variables |
|-----------------------------|--------------------|:-------------:|:---------------------:|
| `--flag="…"` (`--fl`, `-f`) |                    |               |        *none*         |
| `--another-flag` (`-b`)     | another usage text |    `false`    |        *none*         |

### `config sub-config` subcommand (aliases: `s`, `ss`)

another usage test.

Usage:

```bash
$ app [GLOBAL FLAGS] config sub-config [COMMAND FLAGS] [ARGUMENTS...]
```

The following flags are supported:

| Name                                | Description     | Default value | Environment variables |
|-------------------------------------|-----------------|:-------------:|:---------------------:|
| `--sub-flag="…"` (`--sub-fl`, `-s`) |                 |               |        *none*         |
| `--sub-command-flag` (`-s`)         | some usage text |    `false`    |        *none*         |

### `info` command (aliases: `i`, `in`)

retrieve generic information.

Usage:

```bash
$ app [GLOBAL FLAGS] info [ARGUMENTS...]
```

### `some-command` command

Usage:

```bash
$ app [GLOBAL FLAGS] some-command [ARGUMENTS...]
```

### `usage` command (aliases: `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

Usage:

```bash
$ app [GLOBAL FLAGS] usage [COMMAND FLAGS] [ARGUMENTS...]
```

The following flags are supported:

| Name                        | Description        | Default value | Environment variables |
|-----------------------------|--------------------|:-------------:|:---------------------:|
| `--flag="…"` (`--fl`, `-f`) |                    |               |        *none*         |
| `--another-flag` (`-b`)     | another usage text |    `false`    |        *none*         |

### `usage sub-usage` subcommand (aliases: `su`)

standard usage text.

> Single line of UsageText

Usage:

```bash
$ app [GLOBAL FLAGS] usage sub-usage [COMMAND FLAGS] [ARGUMENTS...]
```

The following flags are supported:

| Name                        | Description     | Default value | Environment variables |
|-----------------------------|-----------------|:-------------:|:---------------------:|
| `--sub-command-flag` (`-s`) | some usage text |    `false`    |        *none*         |