change: update changelog

This commit is contained in:
debugtalk
2022-08-21 19:01:39 +08:00
parent ea2b8543ee
commit e816f8190f
16 changed files with 111 additions and 16 deletions

23
docs/cmd/hrp_ping.md Normal file
View File

@@ -0,0 +1,23 @@
## hrp ping
run integrated ping command
```
hrp ping $url [flags]
```
### Options
```
-c, --count int Stop after sending (and receiving) N packets (default 10)
-h, --help help for ping
-i, --interval duration Wait N seconds between sending each packet (default 1s)
--save-tests Save ping result as json
-t, --timeout duration Ping exits after N seconds (default 20s)
```
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 21-Aug-2022