pub fn clap_help_styles() -> Styles
Available on crate feature
cmd
only.Expand description
config the style of clap lib help info
ยงExample
#[derive(Parser, Debug)]
#[clap(author, version, about)]
#[command(styles=clap_help_styles())]
pub struct CFunArgs {
}