chore: add version to subcmds

pull/515/head
1138-4EB 2018-08-22 12:30:55 +01:00
parent 69a3f853bd
commit d5fcb555cb
1 changed files with 2 additions and 0 deletions

View File

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