Add version command

This commit is contained in:
世界
2022-07-04 17:08:28 +08:00
parent 718b4afbf3
commit 792dc83778
5 changed files with 42 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ import (
var commandRun = &cobra.Command{
Use: "run",
Short: "run service",
Short: "Run service",
Run: run,
}