Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add '-progress' option #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

entrity
Copy link

@entrity entrity commented Aug 31, 2024

Pursuant to #30, this commit adds a '-progress' option. If set to true, then a function pointer is passed to 'fillwithbytes', with the result that each iteration of the loop in that function outputs a progress update.

The progress update appears at the end of the current line and overwrites itself with each repetition, producing an output resembling the following:

Now eliminating candidates based on [...]: (16/19324)

Pursuant to pauldreik#30, this commit
adds a '-progress' option. If set to true, then a function pointer is
passed to 'fillwithbytes', with the result that each iteration of the
loop in that function outputs a progress update.

The progress update appears at the end of the current line and
overwrites itself with each repetition, producing an output resembling
the following:

    Now eliminating candidates based on [...]: (16/19324)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant