tealdeer/docs/src
Danilo Bargen 1c05333de6 Allow setting platform to all
The goal is supporting the special `all` platform that results in pages
for all platforms being listed when calling `--list`. It's part of the
tldr client specification.

However, `All` should not be a variant of the `PlatformType` enum,
because `Current` isn't a `PlatformType` either. Thus, we accept the
string `all` but convert it into the current platform when parsing.

For consistency, the same is done when no platform is specified, by
introducing yet another possible value `current` which is used by
default. This way, we get rid of the `Option`.

To simplify handling of os / platform arguments, a conflict between
`--platform` and `--os` was introduced.
2021-12-06 00:35:14 +01:00
..
config.md Implement new --show-dirs command 2021-01-30 21:32:39 +01:00
config_display.md Add mdbook documentation 2020-11-01 01:39:47 +01:00
config_style.md Mention italic styling in docs 2021-09-06 17:02:53 +02:00
config_updates.md Add mdbook documentation 2020-11-01 01:39:47 +01:00
deer.png Add mdbook documentation 2020-11-01 01:39:47 +01:00
deer.svg Add mdbook documentation 2020-11-01 01:39:47 +01:00
installing.md Docs: Add funtoo package to list (#208) 2021-10-03 16:10:30 +02:00
intro.md Docs: Add screenshot to intro page 2020-11-01 01:52:01 +01:00
screenshot-custom.png Add mdbook documentation 2020-11-01 01:39:47 +01:00
screenshot-default.png Docs: Add screenshot to intro page 2020-11-01 01:52:01 +01:00
SUMMARY.md Add mdbook documentation 2020-11-01 01:39:47 +01:00
usage.md Argument parsing: Switch from docopt to clap 2021-10-17 21:12:08 +02:00
usage.txt Allow setting platform to all 2021-12-06 00:35:14 +01:00