This is part of the Fake.DotNet.Cli module.

Options

Functions and values

Function or valueDescription
lift f x
Signature: f:(Options -> Options) -> x:^a -> ^a
Modifiers: inline
Type parameters: ^a
withAdditionalArgs args x
Signature: args:seq<string> -> x:^?12740 -> ^?12740
Modifiers: inline
Type parameters: ^?12740

Sets custom command-line arguments expressed as a sequence of strings. This function overwrites and gets overwritten by withCustomParams.

withCustomParams args x
Signature: args:string option -> x:^?12738 -> ^?12738
Modifiers: inline
Type parameters: ^?12738
withDiagnostics diag x
Signature: diag:bool -> x:^?12734 -> ^?12734
Modifiers: inline
Type parameters: ^?12734
withDotNetCliPath path x
Signature: path:string -> x:^?12742 -> ^?12742
Modifiers: inline
Type parameters: ^?12742
withEnvironment map x
Signature: map:Map<string,string> -> x:^?12724 -> ^?12724
Modifiers: inline
Type parameters: ^?12724
withRedirectedOutput shouldPrint x
Signature: shouldPrint:bool -> x:^?12728 -> ^?12728
Modifiers: inline
Type parameters: ^?12728
withRedirectOutput shouldRedirect x
Signature: shouldRedirect:bool -> x:^?12726 -> ^?12726
Modifiers: inline
Type parameters: ^?12726
withTimeout t x
Signature: t:TimeSpan option -> x:^?12732 -> ^?12732
Modifiers: inline
Type parameters: ^?12732
withVerbosity verb x
Signature: verb:Verbosity option -> x:^?12736 -> ^?12736
Modifiers: inline
Type parameters: ^?12736
withWorkingDirectory wd x
Signature: wd:string -> x:^?12730 -> ^?12730
Modifiers: inline
Type parameters: ^?12730