0xPolygonZero / zk_evm

Apache License 2.0
85 stars 37 forks source link

doc(zero): CLI documentation is outdated #713

Open Nashtare opened 1 month ago

Nashtare commented 1 month ago

cargo r --release --bin rpc fetch --rpc-url <RPC_URL> -b 6 > ./input/block_6.json

This is incorrect, fetch argument should be placed after --rpc-url and --rpc-type arguments.

Related issue: #289

0xaatif commented 4 days ago

https://docs.rs/trycmd/latest/trycmd/