feat: support force to overwrite existing project with --force/-f flag in hrp startproject

This commit is contained in:
debugtalk
2022-04-24 21:19:48 +08:00
parent 85476f27f2
commit ce60dba5f9
12 changed files with 32 additions and 26 deletions

View File

@@ -9,6 +9,7 @@ hrp startproject $project_name [flags]
### Options
```
-f, --force force to overwrite existing project
--go generate hashicorp go plugin
-h, --help help for startproject
--ignore-plugin ignore function plugin
@@ -19,4 +20,4 @@ hrp startproject $project_name [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 22-Apr-2022
###### Auto generated by spf13/cobra on 24-Apr-2022