spawn

replpp.shaded.os.spawn
object spawn

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
spawn.type

Members list

Value members

Concrete methods

def apply(cmd: Shellable, env: Map[String, String], cwd: Path, stdin: ProcessInput, stdout: ProcessOutput, stderr: ProcessOutput, mergeErrIntoOut: Boolean, propagateEnv: Boolean, shutdownGracePeriod: Long, destroyOnExit: Boolean): SubProcess

Attributes

See also
def apply(cmd: Shellable, env: Map[String, String], cwd: Path, stdin: ProcessInput, stdout: ProcessOutput, stderr: ProcessOutput, mergeErrIntoOut: Boolean, propagateEnv: Boolean): SubProcess