Conversation
which only works in conjunction with --batch, not STDIN, as it needs to read over the file to count the number of goal statements. Care is also taken that a plain file, not a FIFO, is passed to --batch.
|
No correctness or security regressions stood out in the PR diff ( Residual test gaps I’d still address:
I couldn’t run |
Description
Add a
--progressprogress-bar option which only works in conjunction with--batch, not STDIN, as it needs to read over the file to count the number of goal statements.Care is also taken that a plain file, not a FIFO, is passed to
--batch.Motivation: the bar might be pretty, but the real value-add for big jobs is the ETA on the right.
Followups: the new code should really go into a
batch.py, but that is awaiting a refactor of the CLI arguments.Example:
Checklist
changelog.mdfile.AUTHORSfile (or it's already there).