Improve cmd

This commit is contained in:
世界
2022-08-09 14:49:17 +08:00
parent ecaddd897e
commit e05ee55545
4 changed files with 11 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ var commandCheck = &cobra.Command{
Use: "check",
Short: "Check configuration",
Run: checkConfiguration,
Args: cobra.NoArgs,
}
func checkConfiguration(cmd *cobra.Command, args []string) {