mstruebing / tldr

Golang command line client for tldr https://github.com/tldr-pages/tldr
MIT License
262 stars 24 forks source link

feat(random): add random flag & fix list-all bug #33

Closed mstruebing closed 6 years ago

mstruebing commented 6 years ago

This fixes the list-all bug because I needed it for the random command. Also this introduces the random-flag.

closes #30 closes #29