-
Notifications
You must be signed in to change notification settings - Fork 278
chore(builder): Move CLI Args into New Crate #471
Copy link
Copy link
Labels
A-builderArea: builder cratesArea: builder cratesK-ktloKind: keep the lights on, general cleanupsKind: keep the lights on, general cleanups
Milestone
Description
Description
In the op-rbuilder crate, it defines cli arguments in a separate args module.
To separate concerns, we should move the cli arguments into a new lightweight crate in the crates/builder/ directory, maybe call it base-builder-cli. It should contain these cli arguments and the gas_limiter cli arguments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-builderArea: builder cratesArea: builder cratesK-ktloKind: keep the lights on, general cleanupsKind: keep the lights on, general cleanups