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