change: udpate docs

This commit is contained in:
debugtalk
2022-01-08 22:21:42 +08:00
parent c6549f4012
commit 853a456b12
4 changed files with 11 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ import (
// har2caseCmd represents the har2case command
var har2caseCmd = &cobra.Command{
Use: "har2case $har_path...",
Short: "Convert HAR to json/yaml testcase files",
Long: `Convert HAR to json/yaml testcase files`,
Short: "convert HAR to json/yaml testcase files",
Long: `convert HAR to json/yaml testcase files`,
Args: cobra.MinimumNArgs(1),
PreRun: func(cmd *cobra.Command, args []string) {
setLogLevel(logLevel)

View File

@@ -10,7 +10,7 @@ import (
var scaffoldCmd = &cobra.Command{
Use: "startproject $project_name",
Short: "Create a scaffold project",
Short: "create a scaffold project",
Args: cobra.ExactValidArgs(1),
PreRun: func(cmd *cobra.Command, args []string) {
setLogLevel(logLevel)