feat: init scaffold

This commit is contained in:
debugtalk
2022-01-08 11:42:39 +08:00
parent 9a31001029
commit e596bddda7
4 changed files with 47 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
// har2caseCmd represents the har2case command
var har2caseCmd = &cobra.Command{
Use: "har2case harPath...",
Use: "har2case $har_path...",
Short: "Convert HAR to json/yaml testcase files",
Long: `Convert HAR to json/yaml testcase files`,
Args: cobra.MinimumNArgs(1),