feat: support to suspend

This commit is contained in:
mzz2017
2023-03-14 00:34:38 +08:00
parent ea568ebce5
commit 2b25e789db
9 changed files with 144 additions and 27 deletions

View File

@ -31,5 +31,7 @@ var (
)
func init() {
rootCmd.AddCommand(validateCmd)
validateCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "config file")
}