1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

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

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