mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 23:11:21 +08:00
doc: update cli help
This commit is contained in:
@@ -56,7 +56,7 @@ def main():
|
|||||||
help="Specify new project name.")
|
help="Specify new project name.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--validate', nargs='*',
|
'--validate', nargs='*',
|
||||||
help="Validate JSON testcase format.")
|
help="Validate YAML/JSON api/testcase/testsuite format.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--prettify', nargs='*',
|
'--prettify', nargs='*',
|
||||||
help="Prettify JSON testcase format.")
|
help="Prettify JSON testcase format.")
|
||||||
|
|||||||
Reference in New Issue
Block a user