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

Redirect to arbitrary output stream #153

Closed
casey opened this issue Mar 7, 2020 · 1 comment
Closed

Redirect to arbitrary output stream #153

casey opened this issue Mar 7, 2020 · 1 comment

Comments

@casey
Copy link
Contributor

casey commented Mar 7, 2020

Is it possible to redirect progress bars to draw to an arbitrary output stream, i.e. other than stdout and stderr?

Inside of tests, I'd like to be able to redirect it to an std::Cursor.

@djc
Copy link
Collaborator

djc commented Feb 22, 2022

The next version (#318) will come with an InMemoryTerm (and a trait for writing your implementation); see #354.

@djc djc closed this as completed Feb 22, 2022
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

No branches or pull requests

2 participants