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
Type parameters: ^a
withAdditionalArgs args x
Signature: args:seq<string> -> x:^?13066 -> ^?13066
Type parameters: ^?13066

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:^?13064 -> ^?13064
Type parameters: ^?13064
withDiagnostics diag x
Signature: diag:bool -> x:^?13060 -> ^?13060
Type parameters: ^?13060
withDotNetCliPath path x
Signature: path:string -> x:^?13068 -> ^?13068
Type parameters: ^?13068
withEnvironment map x
Signature: map:Map<string,string> -> x:^?13052 -> ^?13052
Type parameters: ^?13052
withRedirectedOutput shouldPrint x
Signature: shouldPrint:bool -> x:^?13056 -> ^?13056
Type parameters: ^?13056
withRedirectOutput shouldRedirect x
Signature: shouldRedirect:bool -> x:^?13054 -> ^?13054
Type parameters: ^?13054
withVerbosity verb x
Signature: verb:Verbosity option -> x:^?13062 -> ^?13062
Type parameters: ^?13062
withWorkingDirectory wd x
Signature: wd:string -> x:^?13058 -> ^?13058
Type parameters: ^?13058