Reusable command implementations #9038
Labels
A-cli
Related to the reth CLI
C-enhancement
New feature or request
C-tracking-issue
An issue that collects information about a broad development initiative
Describe the feature
currently all commands are in the reth binary crate and are shared with the optimism binary.
we expect that more networks would like to use existing commands. to make this easier we need a way to reuse them, independent of the reth
Cli
type.this likely needs some form of separation of type-def and impl.
Tasks
Additional context
No response
The text was updated successfully, but these errors were encountered: