chore: add version to subcmds
This commit is contained in:
parent
69a3f853bd
commit
d5fcb555cb
@ -23,4 +23,6 @@ var versionCmd = &cobra.Command{
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
rootCmd.AddCommand(versionCmd)
|
rootCmd.AddCommand(versionCmd)
|
||||||
|
serveCmd.AddCommand(versionCmd)
|
||||||
|
dbCmd.AddCommand(versionCmd)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user