mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-14 14:50:40 +01:00
Add --diagnostics alias
This commit is contained in:
parent
6a52f69b58
commit
26136be903
@ -480,6 +480,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("diagnostic")
|
Arg::with_name("diagnostic")
|
||||||
.long("diagnostic")
|
.long("diagnostic")
|
||||||
|
.alias("diagnostics")
|
||||||
.hidden_short_help(true)
|
.hidden_short_help(true)
|
||||||
.help("Show diagnostic information for bug reports.")
|
.help("Show diagnostic information for bug reports.")
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user