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

@@ -13,7 +13,7 @@ import (
var commandCheck = &cobra.Command{
Use: "check",
Short: "check configuration",
Short: "Check configuration",
Run: checkConfiguration,
}