FsMake


RedirectOption Type

Output redirection options.

Union cases

Union case Description

Redirect

Full Usage: Redirect

Redirect the process output. This allows you to capture the output with Cmd.result, but does not print the output the console.

RedirectToBoth

Full Usage: RedirectToBoth

Redirects the process output and prints to the console. This allows you to capture the output with Cmd.result and prints the output to the console.