The client does not show pages from `common` if a platform is specified using `-p`
acuteenvy opened this issue · 0 comments
acuteenvy commented
$ tldr awk
<shows the awk page from common>
$ tldr -p linux awk
`awk` documentation is not available.
If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr
If a page is not available for the host platform, clients MUST fall back to the special common platform.
relevant issue: tldr-pages/tldr#15382