]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: fix "-" shortcut for --stdin
authorEric Wong <e@80x24.org>
Sun, 28 Feb 2021 12:25:27 +0000 (18:25 +0600)
committerEric Wong <e@80x24.org>
Mon, 1 Mar 2021 05:52:04 +0000 (05:52 +0000)
commit089c81f12fb8f7225103d661f2ec9073b0fea8f9
treedb4a5af22a1f1b6e648639d9edebde831232bb3c
parent9c55d0015717c198dce748afd97db12eb70586c7
lei q: fix "-" shortcut for --stdin

Due to the way our option parser handles this special case, it
must be the first option spec.  This helps us document things
better, even, since many command accept either a pathname or
--stdin|-.
lib/PublicInbox/LEI.pm
t/lei-q-thread.t