update docs

This commit is contained in:
xucong053
2022-05-27 11:22:31 +08:00
parent 5c2be8d548
commit 4bb7d8e619

31
docs/cmd/hrp_build.md Normal file
View File

@@ -0,0 +1,31 @@
## hrp build
build plugin for testing
### Synopsis
build python/go plugin for testing
```
hrp build $path ... [flags]
```
### Examples
```
$ hrp build plugin/debugtalk.go
$ hrp build plugin/debugtalk.py
```
### Options
```
-h, --help help for build
-o, --output string funplugin product output path, default: cwd
```
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 27-May-2022