Remove deprecated '--show-all' and '--hide-all' flags

In v0.13.0 flags `--show-all` and `--hide-all` have been deprecated. And
they are completely being removed now (two releases after original
announcement)

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-06-01 12:32:59 -04:00
parent 258f4603fb
commit 25f03b4cf4
3 changed files with 8 additions and 13 deletions

View File

@@ -69,8 +69,8 @@ sections:
hide: []
show: []
hide-all: false # deprecated in v0.13.0
show-all: true # deprecated in v0.13.0
hide-all: false # deprecated in v0.13.0, removed in v0.15.0
show-all: true # deprecated in v0.13.0, removed in v0.15.0
content: ""
@@ -111,7 +111,8 @@ settings:
- `sections.show-all` and `sections.show`
**Note:** As of `v0.13.0`, `sections.hide-all` and `sections.show-all` are deprecated
and removed in favor of explicit use of `sections.hide` and `sections.show`.
in favor of explicit use of `sections.hide` and `sections.show`, and they are removed
as of `v0.15.0`.
## Version
@@ -193,7 +194,8 @@ The following options are supported and can be used for `sections.show` and
- `resources` (since `v0.11.0`)
**Note:** As of `v0.13.0`, `sections.hide-all` and `sections.show-all` are deprecated
and removed in favor of explicit use of `sections.hide` and `sections.show`.
in favor of explicit use of `sections.hide` and `sections.show`, and they are removed
as of `v0.15.0`.
## Content

View File

@@ -61,8 +61,8 @@ options:
- `--show <name>`
- `--hide <name>`
- `--show-all` (deprecated in `v0.13.0`)
- `--hide-all` (deprecated in `v0.13.0`)
- `--show-all` (deprecated in `v0.13.0`, removed in `v0.15.0`)
- `--hide-all` (deprecated in `v0.13.0`, removed in `v0.15.0`)
As of `v0.13.0` flags `--show-all` and `--hide-all` are deprecated in favor of
explicit use of `--show` and `--hide`. In other words when `--show <section>` is