]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: support --only, --include and --exclude
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2021 11:46:50 +0000 (11:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 3 Feb 2021 07:32:35 +0000 (07:32 +0000)
commite13d3ef99e8a106443dc0148b62ff64738267cff
tree5bd50f6a79530ee9a1d498e2cb4642dea550962d
parent7349713101700e488231ad9ffece8ee42de0928c
lei q: support --only, --include and --exclude

-I is short for --include since it's standard for C compilers
(along with Perl and Ruby).  There are no single-character
shortcuts for --exclude or --only, since I don't expect
--exclude to be used very often and --only is already short (and
will support shell completion).
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiExternal.pm
lib/PublicInbox/LeiQuery.pm
t/lei_external.t