tldr-pages / tldr-c-client

C command-line client for tldr pages 📚
MIT License
304 stars 50 forks source link

provide --platform option #13

Closed luebken closed 8 years ago

luebken commented 8 years ago

I know there are other clients to choose from but I just want to leave it here as an idea as this is the default clients.

sometimes I want to look up tldr for a different os or see the difference. in this case the bash version comes in handy:

https://github.com/raylee/tldr

USAGE: tldr [options] <command>

[options]
    -l, --list:      show all available pages
    -p, --platform:  show page from specific platform rather than autodetecting
    -u, --update:    update, force retrieving latest copies of locally cached files
    -h, -?, --help:  this help overview
Leandros commented 8 years ago

:+1:

Leandros commented 8 years ago

Has been added.