call

replpp.shaded.os.call
object call

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
call.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, timeout: Long, check: Boolean, propagateEnv: Boolean, shutdownGracePeriod: Long, destroyOnExit: Boolean): CommandResult

Attributes

See also

os.proc.call

def apply(cmd: Shellable, env: Map[String, String], cwd: Path, stdin: ProcessInput, stdout: ProcessOutput, stderr: ProcessOutput, mergeErrIntoOut: Boolean, timeout: Long, check: Boolean, propagateEnv: Boolean, timeoutGracePeriod: Long): CommandResult