streamingfast / firehose-core

Firehose Integrators Tool Kit (for `firehose-<chain>` maintainers)
Apache License 2.0
12 stars 10 forks source link

firehose tools check merged-blocks gives wrong help for "range" parameter #29

Closed matthewdarwin closed 8 months ago

matthewdarwin commented 9 months ago

firehose tools check merged-blocks gives wrong help for "range" parameter.

Range is like -r 1000:100000

Current help is wrong:

$ firehose tools check merged-blocks
Error: accepts 1 arg(s), received 0
Usage:
  fireantelope tools check merged-blocks <store-url> [flags]

Examples:
  fireantelope tools check merged-blocks "./sf-data/storage/merged-blocks"
  fireantelope tools check merged-blocks "gs://<project>/<bucket>/<path>" -s
  fireantelope tools check merged-blocks "s3://<project>/<bucket>/<path>" -f
  fireantelope tools check merged-blocks "az://<project>/<bucket>/<path>" -r "10 000 - 1 000 000"