mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 00:12:57 +00: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::with_name("diagnostic")
|
||||
.long("diagnostic")
|
||||
.alias("diagnostics")
|
||||
.hidden_short_help(true)
|
||||
.help("Show diagnostic information for bug reports.")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user