Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Mar 3, 2022
1 parent c63c427 commit c00c86d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Available Commands:
help Help about any command
new Generate new template
scan Scanning
setCred Append Credential to Template
setRole Append Role to Template
setUrl Append URL to Template
version Show version
Expand Down
4 changes: 4 additions & 0 deletions docs/usage/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ Usage:
Flags:
--assert-fail-regex string Set fail regex assert
--assert-fail-size ints Set fail size assert (support duplicate flag)
--assert-fail-size-margin int Set approximation range of fail size assert
--assert-fail-status ints Set fail status assert (support duplicate flag)
--assert-success-status string Set success status assert
-h, --help help for new
--include-burp string Include Burp log file (XML)
--include-har string Include HAR file
--include-roles string Include Roles from the file
--include-urls string Include URLs from the file
--include-zap string Include ZAP log file (HAR)
-n, --name string Template name
```

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flags:
-c, --cookie string Cookie value of this test case
--delay int Second of Delay to HTTP Request
-f, --format string Result format (plain, json, markdown)
-H, --header strings Headers of this test case
-H, --header strings Headers of this test case (support duplicate flag)
-h, --help help for scan
--no-report Not print report (only log mode)
-o, --output string Save result to output file
Expand Down

0 comments on commit c00c86d

Please sign in to comment.