CmdProcess

git4s.cmd.CmdProcess
See theCmdProcess companion object
trait CmdProcess[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def exitValue: F[Int]
def isAlive: F[Boolean]
def stderr: Stream[F, Byte]
def stdin: (F, Byte) => Nothing
def stdout: Stream[F, Byte]