bitflag enum io.ChildProcessStartFlags

bitflag enum ChildProcessStartFlags {
    Pty,
    SeparateStderr,
    CleanEnvironment,
};