chore: add Extension heading (#5506)

This commit is contained in:
Matthias Seitz
2023-11-20 23:12:06 +01:00
committed by GitHub
parent 24ca2410bb
commit efe49643bd

View File

@ -188,6 +188,7 @@ pub struct NodeCommand<Ext: RethCliExt = ()> {
/// Additional cli arguments
#[clap(flatten)]
#[clap(next_help_heading = "Extension")]
pub ext: Ext::Node,
}