1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-18 14:26:00 +01:00

Partially revert "Make -pp override --paging and vice versa when passed as a later argument. ()"

This partially reverts commit e2bf85e749.
This commit is contained in:
einfachIrgendwer0815
2023-10-21 21:58:57 +02:00
parent eca6b8a376
commit fd6c7637e4

@ -81,7 +81,6 @@ pub fn build_app(interactive_output: bool) -> Command {
Arg::new("plain")
.overrides_with("plain")
.overrides_with("number")
.overrides_with("paging")
.short('p')
.long("plain")
.action(ArgAction::Count)
@ -306,7 +305,6 @@ pub fn build_app(interactive_output: bool) -> Command {
.long("paging")
.overrides_with("paging")
.overrides_with("no-paging")
.overrides_with("plain")
.value_name("when")
.value_parser(["auto", "never", "always"])
.default_value("auto")