kopia lustrzana https://github.com/bugout-dev/moonstream
Fixed CLI
rodzic
66a9b9a80f
commit
5ebb4491d0
|
@ -222,8 +222,8 @@ def main() -> None:
|
||||||
parser_ethcrawler_blocks_sync.add_argument(
|
parser_ethcrawler_blocks_sync.add_argument(
|
||||||
"--order",
|
"--order",
|
||||||
type=processing_order,
|
type=processing_order,
|
||||||
choices=valid_processing_orders,
|
default=ProcessingOrder.DESCENDING,
|
||||||
help="Order in which to process blocks",
|
help="Order in which to process blocks (choices: desc, asc; default: desc)",
|
||||||
)
|
)
|
||||||
parser_ethcrawler_blocks_sync.set_defaults(func=ethcrawler_blocks_sync_handler)
|
parser_ethcrawler_blocks_sync.set_defaults(func=ethcrawler_blocks_sync_handler)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue