Add --diagnostics alias

This commit is contained in:
sharkdp 2021-01-06 22:25:23 +01:00 committed by David Peter
parent 6a52f69b58
commit 26136be903
1 changed files with 1 additions and 0 deletions

View File

@ -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.")
)