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

Use `which` instead of `tar` as reference tldr page in tests #192

Closed SimplyDanny closed 3 years ago

SimplyDanny commented 3 years ago

The page for tar changes pretty frequently. which was last updated in 2018 and is a rather simple command overall. So it is less likely that the reference in the repository has to be updated as often as the one for tar.

Also see conversation in #186.