tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
592 stars 92 forks source link

The `macos` alias for `osx` is not supported #234

Closed acuteenvy closed 1 month ago

acuteenvy commented 5 months ago
$ tldr --platform macos
usage: tldr command [options]
tldr: error: argument -p/--platform: invalid choice: 'macos' (choose from 'linux', 'osx', 'sunos', 'windows', 'common')

https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md

It is RECOMMENDED that clients support macos as an alias for osx.