add optimism CLI type #9407
Labels
A-cli
Related to the reth CLI
A-op-reth
Related to Optimism and op-reth
D-good-first-issue
Nice and easy! A great choice to get started
it's not reasonable to make the top level cli struct reusable, hence we should roll a standalone
struct Cli
for optimism that mimics the current one:reth/bin/reth/src/cli/mod.rs
Lines 33 to 38 in 7dab636
this way we can get rid of all op specific commands and can select what commands we actually want for OP.
TODO
add op cli struct first
Cli
in optimism-cli crateIn followups we can define the op binary in optimism-bin
FYI @loocapro
The text was updated successfully, but these errors were encountered: