FsMake


CmdOptions<'a> Type

Contains all the options used to run a process.

Record fields

Record Field Description

Args

Full Usage: Args

Field type: Arg list
Field type: Arg list

Command

Full Usage: Command

Field type: string
Field type: string

EnvVars

Full Usage: EnvVars

Field type: (string * string) list
Field type: (string * string) list

ExitCodeCheck

Full Usage: ExitCodeCheck

Field type: ExitCodeCheckOption
Field type: ExitCodeCheckOption

OutputProcessor

Full Usage: OutputProcessor

Field type: OutputProcessorArgs -> ProcessResult<'a>
Field type: OutputProcessorArgs -> ProcessResult<'a>

Prefix

Full Usage: Prefix

Field type: PrefixOption
Field type: PrefixOption

Redirect

Full Usage: Redirect

Field type: RedirectOption option
Field type: RedirectOption option

Timeout

Full Usage: Timeout

Field type: TimeSpan option
Field type: TimeSpan option

WorkingDirectory

Full Usage: WorkingDirectory

Field type: string option
Field type: string option