NethermindEth / entro

Library Interacting with Blockchains
MIT License
24 stars 1 forks source link

CLI should be possible to run in non-interactive mode #8

Closed stranger80 closed 2 months ago

stranger80 commented 3 months ago

Running entro backfill starknet full-blocks --from-block 600000 --to-block 600500 --block-file=... requires user interaction/confirmation. This makes it impossible to configure the usage of the CLI in batching workflow platforms.

It should be possible to run data extraction in fully non-interactive mode.

elicbarbieri commented 2 months ago

added --no-interaction CLI flag to disable backfill confirmation & progress bar display. Will be merged into master