mirror of
https://github.com/sharkdp/bat
synced 2026-07-20 16:33:20 +00:00
Add --diagnostics alias
This commit is contained in:
@@ -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.")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user