RunOptions$Typings extension

on

Properties

cmd Object

Available on RunOptions, provided by the RunOptions$Typings extension

Arguments to pass.
getter/setter pair
cwd String?

Available on RunOptions, provided by the RunOptions$Typings extension

The current working directory that should be used when running the sub-process.
getter/setter pair
env ↔ dynamic

Available on RunOptions, provided by the RunOptions$Typings extension

Any environment variables to be set when running the sub-process.
getter/setter pair
stderr Object?

Available on RunOptions, provided by the RunOptions$Typings extension

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?

Available on RunOptions, provided by the RunOptions$Typings extension

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?

Available on RunOptions, provided by the RunOptions$Typings extension

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