bugfix: postman empty body options

This commit is contained in:
buyuxiang
2022-05-25 09:45:49 +08:00
parent 957f49b367
commit fc59a74b50
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