fixed json-timeline long option

This commit is contained in:
DastInDark
2022-08-12 15:44:17 +09:00
parent a8e66e565d
commit 1527326118

View File

@@ -219,7 +219,7 @@ pub struct Config {
#[clap(long = "set-default-profile")]
pub set_default_profile: Option<String>,
#[clap(short = 'j', long = "profile")]
#[clap(short = 'j', long = "json-timeline")]
pub json_timeline: bool,
}