Skip to content

Commit fc6c365

Browse files
author
Maciej Olko
committed
fix(verifier): remove superfluous option from verify CLI command
Most probably rebasing artifact.
1 parent fbbd5fa commit fc6c365

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pact/cli/verify.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@
104104
'--verbose/--no-verbose',
105105
default=False,
106106
help='Toggle verbose logging, defaults to False.')
107-
@click.option(
108-
'--verbose/--no-verbose',
109-
default=False,
110-
help='Toggle verbose logging, defaults to False.')
111107
@click.option(
112108
'log_dir', '--log-dir',
113109
help='The directory for the pact.log file.')

0 commit comments

Comments
 (0)