Skip to content

Commit

Permalink
fix: default
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 21, 2023
1 parent f4b824d commit 031b92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def _load_runner(ctx, param, val):
@click.option(
"--runner",
help="An import str in format '<module>:<CustomRunner>'",
default=LiveRunner,
callback=_load_runner,
)
@click.option("-x", "--max-exceptions", type=int, default=3)
Expand Down

0 comments on commit 031b92b

Please sign in to comment.