Skip to content

Commit d5fcb55

Browse files
author
1138-4EB
committed
chore: add version to subcmds
1 parent 69a3f85 commit d5fcb55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/cmd/version.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ var versionCmd = &cobra.Command{
2323

2424
func init() {
2525
rootCmd.AddCommand(versionCmd)
26+
serveCmd.AddCommand(versionCmd)
27+
dbCmd.AddCommand(versionCmd)
2628
}

0 commit comments

Comments
 (0)