isacikgoz / tldr

fast and interactive tldr client written with go
https://isacikgoz.me/tldr/
MIT License
1.38k stars 48 forks source link

Don't display the update notification when repo is staled if user has supplied the update flag. #21

Closed mark-ulrich closed 4 years ago

mark-ulrich commented 4 years ago

Previously, the 'consider updating' notification would display even if the user supplied the '-u' flag to tldr. This fix suppresses that notification if the update flag has been supplied.

isacikgoz commented 4 years ago

Hey @mark-ulrich, thanks for the PR. Well done!