We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
lua generatetext.lua > generatedtext.txt
but we could say the same for a script generating a lot of log... lua server.lua 2> error.log
lua server.lua 2> error.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: