bugfix: postman empty body options

This commit is contained in:
buyuxiang
2022-05-25 09:45:49 +08:00
parent d96baa789b
commit 5504ebab2a
2 changed files with 10 additions and 6 deletions

View File

@@ -29,7 +29,6 @@ var har2caseCmd = &cobra.Command{
}
if flagCount > 1 {
return errors.New("please specify at most one conversion flag")
}
convert.Run(har2caseOutputType, har2caseOutputDir, har2caseProfilePath, args)
return nil