mmstick/parallel

disable the notice of "parallel: reading inputs from standard input"

wavefancy opened this issue · 5 comments

Hi developers,

Can I disable the notice of "parallel: reading inputs from standard input" when reading inputs from the pipe.

This notice makes rust_paralelel different with gun parallel, and it's not compatible with the Linux philosophy of do not do something extra more.

Version: MIT/Rust Parallel 0.11.0

Best regards,
Wallace

I'm the only developer, and the project is currently not maintained. In the future, I may rewrite parallel to be up to modern Rusty standards with superior performance, but at the moment I don't have the time.

Thanks much! Then you can close this for now. Can you please point me where I can edit the source, and compile by myself?

Wallace

The message is here

This works perfectly for me!

Wallace

I just wanted to say, while I can imagine a bit rewrite would be lovely, I'm finding this software is already great for day-to-day use, and it would be nice for it to keep being updated, just to keep it working as well as present. Thanks for the code.