cli/update
Mislav Marohnić 67f0cf3ce3 Improvements to update notifier
- Only report an update available if the version number of the release
  is greater than the current version

- Removes `command` dependency from `update` package; instead, pass
  current version as an argument

- Remove `brew upgrade` instructions since we can't be certain that gh
  was installed via Homebrew in the first place.

- Does not check for updates unless stderr is a tty

- Preserve stderr color output even if stdout is not a tty

- Fixes stderr color output on Windows
2019-12-04 14:47:27 +01:00
..
update.go Improvements to update notifier 2019-12-04 14:47:27 +01:00
update_test.go Improvements to update notifier 2019-12-04 14:47:27 +01:00