]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: tidy up progress reporting
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2021 11:47:01 +0000 (11:47 +0000)
committerEric Wong <e@80x24.org>
Wed, 3 Feb 2021 07:32:44 +0000 (07:32 +0000)
commit9ff9755999351a582c857c38e2996b3ab7eb7481
tree0528aed5010c52e709f8afba9a99823b75b8c9cb
parente6dd3e758902c8d1803e0ef4602a5cb24b5b8403
lei q: tidy up progress reporting

We won't be reporting progress when output is going to stdout
since it can clutter up the terminal unless stderr != stdout,
which probably isn't worth checking.

We'll also use a more agnostic mset_progress which may
make it easier to support worker-less invocations.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiXSearch.pm