chore: add version to subcmds

This commit is contained in:
1138-4EB 2018-08-22 12:30:55 +01:00
parent 69a3f853bd
commit d5fcb555cb

View File

@ -23,4 +23,6 @@ var versionCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(versionCmd)
serveCmd.AddCommand(versionCmd)
dbCmd.AddCommand(versionCmd)
}