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

Improve implementation of quiet option #28

Closed
theslavicbear opened this issue Aug 13, 2019 · 0 comments · Fixed by #29
Closed

Improve implementation of quiet option #28

theslavicbear opened this issue Aug 13, 2019 · 0 comments · Fixed by #29
Labels
enhancement New feature or request

Comments

@theslavicbear
Copy link
Owner

The --quiet option currently works by rerouting standard out to /dev/null. This was a hasty solution to the mass cluttering caused by using the multi-threaded option. Ideally, it would check for the quiet option each time before printing anything so that messages can bypass the quiet option when needed. This is mostly only a problem with the Chyoa script, as it may need to print and accept input from the terminal (currently worked around, but this causes issues in multi-threaded mode).

@theslavicbear theslavicbear added the enhancement New feature or request label Aug 13, 2019
@theslavicbear theslavicbear changed the title Poor implementation of quiet option Improve implementation of quiet option Aug 13, 2019
theslavicbear added a commit that referenced this issue Aug 13, 2019
…ld common functions, including standard print function and progressbar class. Removed Progress.py as class has moved. Closes #28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant