Skip to content

Commit fd6c763

Browse files
Partially revert "Make -pp override --paging and vice versa when passed as a later argument. (sharkdp#2660)"
This partially reverts commit e2bf85e.
1 parent eca6b8a commit fd6c763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/bat/clap_app.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ pub fn build_app(interactive_output: bool) -> Command {
8181
Arg::new("plain")
8282
.overrides_with("plain")
8383
.overrides_with("number")
84-
.overrides_with("paging")
8584
.short('p')
8685
.long("plain")
8786
.action(ArgAction::Count)
@@ -306,7 +305,6 @@ pub fn build_app(interactive_output: bool) -> Command {
306305
.long("paging")
307306
.overrides_with("paging")
308307
.overrides_with("no-paging")
309-
.overrides_with("plain")
310308
.value_name("when")
311309
.value_parser(["auto", "never", "always"])
312310
.default_value("auto")

0 commit comments

Comments
 (0)