Need a "progress bar" to show how specs is chewing through the input #267
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
usability
Milestone
We want
specs
to output to a place where it doesn't interfere with operation (usuallystderr
) some kind of indication of how we are progressing.Since we usually can't predict how big the input is, the most obvious way is for the user to specify how often to issue a message, for the message to include how many input records have already been processed, and for the user to know how many records to expect.
Two obvious ways for the user to specify it:
specs --trace_prog_recs 10000
specs --trace_prog_secs 5
The text was updated successfully, but these errors were encountered: