mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-18 06:15:56 +01:00
Add '-d' for '--diff'
This commit is contained in:
@ -108,6 +108,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
.arg(
|
||||
Arg::with_name("diff")
|
||||
.long("diff")
|
||||
.short("d")
|
||||
.help("Only show lines that have been added/removed/modified.")
|
||||
.long_help(
|
||||
"Only show lines that have been added/removed/modified with respect \
|
||||
|
Reference in New Issue
Block a user