Skip to content

Commit

Permalink
Merge pull request #70 from ctripcorp/step_increase
Browse files Browse the repository at this point in the history
remove rerun default value 'true'
  • Loading branch information
clgwlg authored Jul 22, 2022
2 parents 1ef4037 + c9539b2 commit ed03c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flybirds/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def runner(
help="User-defined parameters. e.g. --define headless=false.",
),
rerun: bool = typer.Option(
True,
None,
"--rerun/--no-rerun",
help="Whether the failed scenario needs to be rerun",
),
Expand Down

0 comments on commit ed03c49

Please sign in to comment.