Signed-off-by: Meenal Trivedi <meenaltrivedi6102@gmail.com>
This commit is contained in:
Meenal Trivedi 2021-07-18 20:31:59 +05:30
parent 265d4aab4a
commit 1714594e6f

View file

@ -25,7 +25,7 @@ import (
) )
var ( var (
version = flag.Bool("version", false, "Shows the current version and exits immediately.") version = flag.Bool("version", false, "Shows the current version and exits immediately.")
) )
// ParseFlags parses the commandline flags and uses them to create a config. // ParseFlags parses the commandline flags and uses them to create a config.