@@ -14,11 +14,11 @@ $ /usr/local/bin [GLOBAL FLAGS] [COMMAND] [COMMAND FLAGS] [ARGUMENTS...]
1414
1515Global flags:
1616
17- | Name | Description | Default value | Environment variables |
18- | -----------------------------| --------------------| :-------------:| :-----------------------:|
19- | ` --socket="…" ` (` -s ` ) | some 'usage' text | ` value ` | * none* |
20- | ` --flag="…" ` (` --fl ` , ` -f ` ) | | | * none* |
21- | ` --another-flag ` (` -b ` ) | another usage text | ` false ` | ` EXAMPLE_VARIABLE_NAME ` |
17+ | Name | Description | Type | Default value | Environment variables |
18+ | -----------------------------| --------------------| -------- | :-------------:| :-----------------------:|
19+ | ` --socket="…" ` (` -s ` ) | some 'usage' text | string | ` value ` | * none* |
20+ | ` --flag="…" ` (` --fl ` , ` -f ` ) | | string | | * none* |
21+ | ` --another-flag ` (` -b ` ) | another usage text | bool | ` false ` | ` EXAMPLE_VARIABLE_NAME ` |
2222
2323### ` config ` command (aliases: ` c ` )
2424
@@ -32,10 +32,10 @@ $ /usr/local/bin [GLOBAL FLAGS] config [COMMAND FLAGS] [ARGUMENTS...]
3232
3333The following flags are supported:
3434
35- | Name | Description | Default value | Environment variables |
36- | -----------------------------| --------------------| :-------------:| :---------------------:|
37- | ` --flag="…" ` (` --fl ` , ` -f ` ) | | | * none* |
38- | ` --another-flag ` (` -b ` ) | another usage text | ` false ` | * none* |
35+ | Name | Description | Type | Default value | Environment variables |
36+ | -----------------------------| --------------------| -------- | :-------------:| :---------------------:|
37+ | ` --flag="…" ` (` --fl ` , ` -f ` ) | | string | | * none* |
38+ | ` --another-flag ` (` -b ` ) | another usage text | bool | ` false ` | * none* |
3939
4040### ` config sub-config ` subcommand (aliases: ` s ` , ` ss ` )
4141
@@ -49,10 +49,10 @@ $ /usr/local/bin [GLOBAL FLAGS] config sub-config [COMMAND FLAGS] [ARGUMENTS...]
4949
5050The following flags are supported:
5151
52- | Name | Description | Default value | Environment variables |
53- | -------------------------------------| -----------------| :-------------:| :---------------------:|
54- | ` --sub-flag="…" ` (` --sub-fl ` , ` -s ` ) | | | * none* |
55- | ` --sub-command-flag ` (` -s ` ) | some usage text | ` false ` | * none* |
52+ | Name | Description | Type | Default value | Environment variables |
53+ | -------------------------------------| -----------------| -------- | :-------------:| :---------------------:|
54+ | ` --sub-flag="…" ` (` --sub-fl ` , ` -s ` ) | | string | | * none* |
55+ | ` --sub-command-flag ` (` -s ` ) | some usage text | bool | ` false ` | * none* |
5656
5757### ` info ` command (aliases: ` i ` , ` in ` )
5858
@@ -93,10 +93,10 @@ $ /usr/local/bin [GLOBAL FLAGS] usage [COMMAND FLAGS] [ARGUMENTS...]
9393
9494The following flags are supported:
9595
96- | Name | Description | Default value | Environment variables |
97- | -----------------------------| --------------------| :-------------:| :---------------------:|
98- | ` --flag="…" ` (` --fl ` , ` -f ` ) | | | * none* |
99- | ` --another-flag ` (` -b ` ) | another usage text | ` false ` | * none* |
96+ | Name | Description | Type | Default value | Environment variables |
97+ | -----------------------------| --------------------| -------- | :-------------:| :---------------------:|
98+ | ` --flag="…" ` (` --fl ` , ` -f ` ) | | string | | * none* |
99+ | ` --another-flag ` (` -b ` ) | another usage text | bool | ` false ` | * none* |
100100
101101### ` usage sub-usage ` subcommand (aliases: ` su ` )
102102
@@ -112,6 +112,6 @@ $ /usr/local/bin [GLOBAL FLAGS] usage sub-usage [COMMAND FLAGS] [ARGUMENTS...]
112112
113113The following flags are supported:
114114
115- | Name | Description | Default value | Environment variables |
116- | -----------------------------| -----------------| :-------------:| :---------------------:|
117- | ` --sub-command-flag ` (` -s ` ) | some usage text | ` false ` | * none* |
115+ | Name | Description | Type | Default value | Environment variables |
116+ | -----------------------------| -----------------| ------ | :-------------:| :---------------------:|
117+ | ` --sub-command-flag ` (` -s ` ) | some usage text | bool | ` false ` | * none* |
0 commit comments