added json-timeline help_heading and help_str

This commit is contained in:
DastInDark
2022-08-12 16:11:29 +09:00
parent 4cd8f74611
commit be0b69a535

View File

@@ -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,
} }