File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 multiple = True ) # Remove in major version 1.0.0
2222@click .option (
2323 'pact_urls' , '--pact-urls' ,
24- default = '' ,
24+ default = [] ,
2525 help = 'DEPRECATED: specify pacts as arguments instead.\n '
2626 'The URI(s) of the pact to verify.'
2727 ' Can be an HTTP URI(s) or local file path(s).'
4747 ' via the environment variable PACT_BROKER_BASE_URL.' )
4848@click .option (
4949 'consumer_version_tag' , '--consumer-version-tag' ,
50- default = '' ,
50+ default = [] ,
5151 multiple = True ,
5252 help = 'Retrieve the latest pacts with this consumer version tag. '
5353 'Used in conjunction with --provider. May be specified multiple times.' )
5454@click .option (
5555 'consumer_version_selector' , '--consumer-version-selector' ,
56- default = '' ,
56+ default = [] ,
5757 multiple = True ,
5858 help = 'Retrieve the latest pacts with this consumer version selector. '
5959 'Used in conjunction with --provider. May be specified multiple times.' )
6060@click .option (
6161 'provider_version_tag' , '--provider-version-tag' ,
62- default = '' ,
62+ default = [] ,
6363 multiple = True ,
6464 help = 'Tag to apply to the provider application version. '
6565 'May be specified multiple times.' )
Original file line number Diff line number Diff line change 1- Click>=2.0.0,<=6.7
1+ Click>=2.0.0
22coverage==5.4
33Flask==1.0
44configparser==3.5.0
You can’t perform that action at this time.
0 commit comments