Open fernando-villalba opened 6 months ago
@dipu989 if you wish to contribute you can pick this one.
@uzaxirr Thanks for recommending this, I will pick it up 🚀
@uzaxirr I’ll be picking these up after a week. If anyone else wants to take them on in the meantime, feel free! Otherwise, I'll resume once I'm back.
@dipu989 will u be working on it?
Issue
Progress bars should not be going to stdout, they need to go to stdout
How to replicate
1. Run a command with the
--wait
flag and pipe the output to a file2. Inspect the file we just created:
Output:
Looks normal? Except that it isn't, for example try the following command:
Output:
That should no possible? Why is this command not working in this perfectly valid json?
Because of the non-printable characters
3. Inspect the file for non printable characters
output:
Aceptance Criteria
--silent
flag for this type of output. There are situations, such as scripts where the user may want to silence this output. Sending it to stderr makes this a lot easier though, so this second part is not strictly needed