added json-timeline help_heading and help_str
This commit is contained in:
@@ -224,7 +224,8 @@ pub struct Config {
|
|||||||
#[clap(help_heading = Some("OTHER-ACTIONS"), long = "set-default-profile", value_name = "PROFILE")]
|
#[clap(help_heading = Some("OTHER-ACTIONS"), long = "set-default-profile", value_name = "PROFILE")]
|
||||||
pub set_default_profile: Option<String>,
|
pub set_default_profile: Option<String>,
|
||||||
|
|
||||||
#[clap(short = 'j', long = "json-timeline")]
|
/// Output result in JSON format
|
||||||
|
#[clap(help_heading = Some("OTHER-ACTIONS"), short = 'j', long = "json-timeline")]
|
||||||
pub json_timeline: bool,
|
pub json_timeline: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user