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

use buffered output in list command #702

Open
marcospb19 opened this issue Aug 26, 2024 · 0 comments
Open

use buffered output in list command #702

marcospb19 opened this issue Aug 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@marcospb19
Copy link
Member

let out = &mut stdout().lock();

All output to this file should be done with BufWriter.

(On top of that, writeln! shouldn't be mixed with print!, we should only use the former.)

@marcospb19 marcospb19 added the enhancement New feature or request label Aug 26, 2024
@marcospb19 marcospb19 changed the title Use BufWriter in list command output use buffered output in list command Aug 26, 2024
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

No branches or pull requests

1 participant