change: remove hrp har2case, replace with hrp convert

This commit is contained in:
debugtalk
2022-06-05 20:58:53 +08:00
parent f4dca3a100
commit af7d0d7d42
3 changed files with 3 additions and 53 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ func init() {
convertCmd.Flags().BoolVar(&toJSONFlag, "to-json", false, "convert to JSON scripts (default)")
convertCmd.Flags().BoolVar(&toYAMLFlag, "to-yaml", false, "convert to YAML scripts")
convertCmd.Flags().StringVarP(&outputDir, "output-dir", "d", "", "specify output directory, default to the same dir with har file")
convertCmd.Flags().StringVarP(&profilePath, "profile", "p", "", "specify profile path to override headers (except for auto-generated headers) and cookies")
convertCmd.Flags().StringVarP(&profilePath, "profile", "p", "", "specify profile path to override headers and cookies")
}