mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-09 07:08:29 +01:00
Add --plain
This commit is contained in:
parent
839e4ee611
commit
acdea97e71
@ -182,7 +182,9 @@ impl App {
|
||||
Arg::with_name("plain")
|
||||
.overrides_with("plain")
|
||||
.short("p")
|
||||
.long("plain")
|
||||
.conflicts_with("style")
|
||||
.conflicts_with("number")
|
||||
.help("Show plain style (alias for '--style=plain').")
|
||||
.long_help(
|
||||
"Only show plain style, no decorations. This is an alias for \
|
||||
|
Loading…
Reference in New Issue
Block a user