Skip to content

Commit

Permalink
chore: add Extension heading (#5506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 20, 2023
1 parent 24ca241 commit efe4964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/reth/src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ pub struct NodeCommand<Ext: RethCliExt = ()> {

/// Additional cli arguments
#[clap(flatten)]
#[clap(next_help_heading = "Extension")]
pub ext: Ext::Node,
}

Expand Down

0 comments on commit efe4964

Please sign in to comment.