mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 03:30:01 +08:00
doc: update cli help
This commit is contained in:
+1
-1
@@ -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