mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +08:00
refactor: move files to hrp
This commit is contained in:
22
docs/cmd/hrp_startproject.md
Normal file
22
docs/cmd/hrp_startproject.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## hrp startproject
|
||||
|
||||
create a scaffold project
|
||||
|
||||
```
|
||||
hrp startproject $project_name [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--go generate hashicorp go plugin
|
||||
-h, --help help for startproject
|
||||
--ignore-plugin ignore function plugin
|
||||
--py generate hashicorp python plugin (default true)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-Mar-2022
|
||||
Reference in New Issue
Block a user