bmatsuo / jqsh

An interactive wrapper to the jq command line utility
MIT License
23 stars 2 forks source link

Check for updates with a command line flag #19

Open bmatsuo opened 10 years ago

bmatsuo commented 10 years ago

This issue replaces #17.

There should be a flag that checks GitHub issues for new releases. It should optionally check for new pre-releases.

The presence of a new (pre-)release should be signaled to stderr and the program should exit with a non-zero exit code.

There's no need to worry about startup notification or asynchronous background pings to GitHub at this time.