Skip to content

Commit

Permalink
Fix for my browser-args bug, refs #137
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 5, 2024
1 parent b478542 commit c1ade5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shot_scraper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def browser_option(fn):

def browser_args_option(fn):
click.option(
"browser_args",
"--browser-arg",
multiple=True,
help="Additional arguments to pass to the browser",
Expand Down

0 comments on commit c1ade5e

Please sign in to comment.