llamafolio / evm-indexer

EVM-compatible chain indexer.
136 stars 29 forks source link

Fix indexer argument definition #19

Closed christophercampbell closed 1 year ago

christophercampbell commented 1 year ago

This PR removes the short version of the rpcs argument, otherwise indexer fails to start with this error

Command EVM Indexer: Short option names must be unique for each argument, but '-r' is in use by both 'reset' and 'rpcs'
eabz commented 1 year ago

Thanks, @christophercampbell good catch. I also removed all the short flags to prevent this happening again.