• Alexey Spiridonov's avatar
    Replace Subprocess::pipe* syntax sugar with Subprocess::Options().pipe* · b4bcc1a7
    Alexey Spiridonov authored
    Summary:
    This is a bit too magical -- it's not clear that the thing produces an Options object. If you do know that you can chain further option setters off this thing, it's nice, but otherwise, the first impression is "what just happened?".
    
    So, let's have one good way for doing things.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D4863947
    
    fbshipit-source-id: 3dfe83cfc077d47f604f47dcb21149fbaa2d2243
    b4bcc1a7
Subprocess.h 32.6 KB