add version flag

This commit is contained in:
Adora Laura Kalb 2023-07-07 09:32:15 +02:00
parent 19ad7f7550
commit 260a48ab7f
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -43,6 +43,7 @@ func init() {
rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "config file (default is $workingdir/config.yaml)")
rootCmd.PersistentFlags().BoolVarP(&log.FlagDebug, "debug", "d", false, "enable debug logging")
rootCmd.Version = constants.AppVersion
// Cobra also supports local flags, which will only run
// when this action is called directly.
// rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")