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

cerr or cout ? #4

Open
Nepta opened this issue May 25, 2021 · 0 comments
Open

cerr or cout ? #4

Nepta opened this issue May 25, 2021 · 0 comments
Labels
question Further information is requested

Comments

@Nepta
Copy link
Owner

Nepta commented May 25, 2021

right now the progress bar is outputed on cerr, the rational behind is that i don't want to pollute the printed text of my script

for example:
lua generatetext.lua > generatedtext.txt
the bar is not present in generatedtext.txt + i got to see the progression on my terminal

but we could say the same for a script generating a lot of log... lua server.lua 2> error.log

@Nepta Nepta added the question Further information is requested label May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant