tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Rename `-o / --os` to `-p / --platform` #217

Closed dbrgn closed 2 years ago

dbrgn commented 2 years ago

This makes it compliant with the client spec (see #209).

The -p flag was previously used for the pager, using the pager now requires using the long flag (--pager). Alternatively the pager can be configured through the config file.