tldr-pages / tldr-node-client

Node.js command-line client for tldr pages
https://www.npmjs.com/package/tldr
MIT License
431 stars 71 forks source link

`-o` and `--os` is not compliant with the client spec #336

Closed marchersimon closed 10 months ago

marchersimon commented 3 years ago

According to the client spec, the arguments for platform-specific commands should be -p and --platform. However, here it is -o and --os.

Reference: https://github.com/tldr-pages/tldr/pull/5508#issuecomment-808466616

vladimyr commented 3 years ago

Well as it is the case with any good spec implementation here simply precedes it 😀