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