Skip to content

Commit 829994d

Browse files
authored
docs: make boolean values clear in help texts (#1062)
See the discussion in #984 Fixes #984
1 parent 89b2a6a commit 829994d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+89
-89
lines changed

docs/reference/manual/hcloud_all_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hcloud all list [options]
2929
```
3030
-h, --help help for list
3131
-o, --output stringArray output options: json|yaml
32-
--paid Only list resources that cost money
32+
--paid Only list resources that cost money (true, false)
3333
-l, --selector string Selector to filter by labels
3434
```
3535

docs/reference/manual/hcloud_certificate_add-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hcloud certificate add-label [--overwrite] <certificate> <label>...
1010

1111
```
1212
-h, --help help for add-label
13-
-o, --overwrite Overwrite label if it exists already
13+
-o, --overwrite Overwrite label if it exists already (true, false)
1414
```
1515

1616
### Options inherited from parent commands

docs/reference/manual/hcloud_config_add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hcloud config add <key> <value>...
1313
### Options
1414

1515
```
16-
--global Set the value globally (for all contexts)
16+
--global Set the value globally (for all contexts) (true, false)
1717
-h, --help help for add
1818
```
1919

docs/reference/manual/hcloud_config_get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ hcloud config get <key>
1313
### Options
1414

1515
```
16-
--allow-sensitive Allow showing sensitive values
17-
--global Get the value globally
16+
--allow-sensitive Allow showing sensitive values (true, false)
17+
--global Get the value globally (true, false)
1818
-h, --help help for get
1919
```
2020

docs/reference/manual/hcloud_config_list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ hcloud config list
99
### Options
1010

1111
```
12-
-a, --all Also show default values
13-
--allow-sensitive Allow showing sensitive values
14-
-g, --global Only show global values
12+
-a, --all Also show default values (true, false)
13+
--allow-sensitive Allow showing sensitive values (true, false)
14+
-g, --global Only show global values (true, false)
1515
-h, --help help for list
1616
-o, --output stringArray output options: noheader|columns=...|json|yaml
1717
```

docs/reference/manual/hcloud_config_remove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hcloud config remove <key> <value>...
1313
### Options
1414

1515
```
16-
--global Remove the value(s) globally (for all contexts)
16+
--global Remove the value(s) globally (for all contexts) (true, false)
1717
-h, --help help for remove
1818
```
1919

docs/reference/manual/hcloud_config_set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hcloud config set <key> <value>...
1313
### Options
1414

1515
```
16-
--global Set the value globally (for all contexts)
16+
--global Set the value globally (for all contexts) (true, false)
1717
-h, --help help for set
1818
```
1919

docs/reference/manual/hcloud_config_unset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hcloud config unset <key>
1313
### Options
1414

1515
```
16-
--global Unset the value globally (for all contexts)
16+
--global Unset the value globally (for all contexts) (true, false)
1717
-h, --help help for unset
1818
```
1919

docs/reference/manual/hcloud_firewall_add-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hcloud firewall add-label [--overwrite] <firewall> <label>...
1010

1111
```
1212
-h, --help help for add-label
13-
-o, --overwrite Overwrite label if it exists already
13+
-o, --overwrite Overwrite label if it exists already (true, false)
1414
```
1515

1616
### Options inherited from parent commands

docs/reference/manual/hcloud_floating-ip_add-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hcloud floating-ip add-label [--overwrite] <floating-ip> <label>...
1010

1111
```
1212
-h, --help help for add-label
13-
-o, --overwrite Overwrite label if it exists already
13+
-o, --overwrite Overwrite label if it exists already (true, false)
1414
```
1515

1616
### Options inherited from parent commands

0 commit comments

Comments
 (0)