CmdProcess

git4s.cmd.CmdProcess
See theCmdProcess companion trait
object CmdProcess

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CmdProcess.type

Members list

Value members

Concrete methods

def apply[F[_]](_isAlive: => F[Boolean], _exitValue: => F[Int], _stdin: => (F, Byte) => Nothing, _stdout: => Stream[F, Byte], _stderr: => Stream[F, Byte]): CmdProcess[F]
def fromProcess[F[_]](p: Process[F]): CmdProcess[F]