Add --version flag to print version and exit.

This commit is contained in:
Leo R. Lundgren
2018-03-21 01:49:19 +01:00
committed by Zlatko Čalušić
parent a6961e877b
commit cbafb98113
3 changed files with 11 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ Flags:
--tls turn on TLS support
--tls-cert string TLS certificate path
--tls-key string TLS key path
-V, --version show version and quit
```