RunOptions$Typings extension

on

Properties

cmd Object
Arguments to pass.
getter/setter pair
cwd String?
The current working directory that should be used when running the sub-process.
getter/setter pair
env ↔ dynamic
Any environment variables to be set when running the sub-process.
getter/setter pair
stderr Object?
By default subprocess inherits stderr of parent process. To change this this option can be set to a resource ID (rid) of an open file, "inherit", "piped", or "null":
getter/setter pair
stdin Object?
By default subprocess inherits stdin of parent process. To change this this option can be set to a resource ID (rid) of an open file, "inherit", "piped", or "null":
getter/setter pair
stdout Object?
By default subprocess inherits stdout of parent process. To change this this option can be set to a resource ID (rid) of an open file, "inherit", "piped", or "null":
getter/setter pair