mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 13:57:54 -05:00
Export Contracts: Fix cli args
This commit is contained in:
@@ -36,7 +36,7 @@ logging_basic_config()
|
||||
|
||||
@click.command(context_settings=dict(help_option_names=['-h', '--help']))
|
||||
@click.option('-b', '--batch-size', default=100, show_default=True, type=int, help='The number of blocks to filter at a time.')
|
||||
@click.option('-c', '--contract-addresses', required=True, type=str,
|
||||
@click.option('-ca', '--contract-addresses', required=True, type=str,
|
||||
help='The file containing contract addresses, one per line.')
|
||||
@click.option('-o', '--output', default='-', show_default=True, type=str, help='The output file. If not specified stdout is used.')
|
||||
@click.option('-w', '--max-workers', default=5, show_default=True, type=int, help='The maximum number of workers.')
|
||||
|
||||
Reference in New Issue
Block a user