]> Sergey Matveev's repositories - public-inbox.git/commit
lei rediff: handle stdin like other commands
authorKyle Meyer <kyle@kyleam.com>
Sun, 16 May 2021 02:42:42 +0000 (22:42 -0400)
committerEric Wong <e@80x24.org>
Sun, 16 May 2021 15:21:53 +0000 (15:21 +0000)
commit8cc23ac6f7a3847977ec57c2a3e9e391fdb94da6
tree8f7e4f66c0316bf3d34e8eb9a622f6be6631be63
parent2c1cbdc7cc6b7f89212e2aaff81d92200656d9fd
lei rediff: handle stdin like other commands

`lei rediff' reads from stdin when no argument is specified, but this
is likely unintentional given that other lei commands instead have a
--stdin|- option and that `lei rediff --help' includes --stdin.

Align rediff's handling with the other commands'.
lib/PublicInbox/LEI.pm