@@ -32,10 +32,10 @@ $ /usr/local/bin [GLOBAL FLAGS] config [COMMAND FLAGS] [ARGUMENTS...]
3232
3333The following flags are supported:
3434
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 * |
35+ | Name | Description | Type | Default value |
36+ | -----------------------------| --------------------| --------| :-------------:|
37+ | ` --flag="…" ` (` --fl ` , ` -f ` ) | | string |
38+ | ` --another-flag ` (` -b ` ) | another usage text | bool | ` false ` |
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 | 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 * |
52+ | Name | Description | Type | Default value |
53+ | -------------------------------------| -----------------| --------| :-------------:|
54+ | ` --sub-flag="…" ` (` --sub-fl ` , ` -s ` ) | | string |
55+ | ` --sub-command-flag ` (` -s ` ) | some usage text | bool | ` false ` |
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 | Type | Default value | Environment variables |
97- | -----------------------------| --------------------| --------| :-------------:| :---------------------: |
98- | ` --flag="…" ` (` --fl ` , ` -f ` ) | | string | | * none * |
99- | ` --another-flag ` (` -b ` ) | another usage text | bool | ` false ` | * none * |
96+ | Name | Description | Type | Default value |
97+ | -----------------------------| --------------------| --------| :-------------:|
98+ | ` --flag="…" ` (` --fl ` , ` -f ` ) | | string |
99+ | ` --another-flag ` (` -b ` ) | another usage text | bool | ` false ` |
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 | Type | Default value | Environment variables |
116- | -----------------------------| -----------------| ------| :-------------:| :---------------------: |
117- | ` --sub-command-flag ` (` -s ` ) | some usage text | bool | ` false ` | * none * |
115+ | Name | Description | Type | Default value |
116+ | -----------------------------| -----------------| ------| :-------------:|
117+ | ` --sub-command-flag ` (` -s ` ) | some usage text | bool | ` false ` |
0 commit comments