Open marcosh opened 4 years ago
I didn't think concurrently
would switch the output in the background so it's likely something else - see my PR comments inline.
Thanks for the feedback! I fixed the things you mentioned.
Before merging I'd like to do some renaming and possibly introduce some type aliases. But before doing that I'd be happy to see the code working correctly
@schell sorry for bothering you, did you have the chance to play a bit with the code?
Sorry @marcosh - I've been in the middle of a move.
don't worry, I just feared you missed my previous message. No hurry
closes #41
@schell I created a first draft of the functionality, possibly to get a first feedback from you.
I wanted also to ask you the following question: currently, when I try to run commands in parallel, the whole
sos
process goes to background. Is this the default behaviour forconcurrently
? Is there an easy way to keep everything in the foreground?