Add --diagnostics alias

pull/1488/head
sharkdp 4 years ago committed by David Peter
parent 6a52f69b58
commit 26136be903

@ -480,6 +480,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
.arg(
Arg::with_name("diagnostic")
.long("diagnostic")
.alias("diagnostics")
.hidden_short_help(true)
.help("Show diagnostic information for bug reports.")
)

Loading…
Cancel
Save