Skip to content

Commit

Permalink
remove rerun default value 'true'
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwenyang committed Jul 22, 2022
1 parent 25f6c70 commit c9539b2
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 c9539b2

Please sign in to comment.