Make sure hugo --version prints the version and does *nothing* else.
authorVonC <vonc@laposte.net>
Thu, 8 Aug 2013 20:18:37 +0000 (22:18 +0200)
committerVonC <vonc@laposte.net>
Thu, 8 Aug 2013 20:21:56 +0000 (22:21 +0200)
commit49b8ac5fbceef9e00325800d4fa64c19723b2237
treeb5d7ea9b98ad50276833a6437900f0811567117e
parentd89c7ec7a2fc198b92c63a1103932dff18cb37c1
Make sure hugo --version prints the version and does *nothing* else.

Any program, when asks to print their version, only prints that, and then
stops.
hugo checks the config (and prints a warning message if not found), and
proceeds to generate the site!
Yet, the user just wanted to check the version.

This patch makes sure hugo stops after printing the version.
main.go