FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DotNet.Options Module

Functions and values

Function or value Description

lift f x

Full Usage: lift f x

Parameters:
Returns: ^a
Modifiers: inline
Type parameters: ^a
f : Options -> Options
x : ^a
Returns: ^a

withAdditionalArgs args x

Full Usage: withAdditionalArgs args x

Parameters:
    args : seq<string>
    x : ^a

Returns: ^a
Modifiers: inline

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

args : seq<string>
x : ^a
Returns: ^a

withCustomParams args x

Full Usage: withCustomParams args x

Parameters:
    args : string option
    x : ^a

Returns: ^a
Modifiers: inline
args : string option
x : ^a
Returns: ^a

withDiagnostics diag x

Full Usage: withDiagnostics diag x

Parameters:
    diag : bool
    x : ^a

Returns: ^a
Modifiers: inline
diag : bool
x : ^a
Returns: ^a

withDotNetCliPath path x

Full Usage: withDotNetCliPath path x

Parameters:
    path : string
    x : ^a

Returns: ^a
Modifiers: inline
path : string
x : ^a
Returns: ^a

withEnvironment map x

Full Usage: withEnvironment map x

Parameters:
    map : Map<string, string>
    x : ^a

Returns: ^a
Modifiers: inline
map : Map<string, string>
x : ^a
Returns: ^a

withRedirectOutput shouldRedirect x

Full Usage: withRedirectOutput shouldRedirect x

Parameters:
    shouldRedirect : bool
    x : ^a

Returns: ^a
Modifiers: inline
shouldRedirect : bool
x : ^a
Returns: ^a

withRedirectedOutput shouldPrint x

Full Usage: withRedirectedOutput shouldPrint x

Parameters:
    shouldPrint : bool
    x : ^a

Returns: ^a
Modifiers: inline
shouldPrint : bool
x : ^a
Returns: ^a

withTimeout t x

Full Usage: withTimeout t x

Parameters:
Returns: ^a
Modifiers: inline
t : TimeSpan option
x : ^a
Returns: ^a

withVerbosity verb x

Full Usage: withVerbosity verb x

Parameters:
Returns: ^a
Modifiers: inline
verb : Verbosity option
x : ^a
Returns: ^a

withWorkingDirectory wd x

Full Usage: withWorkingDirectory wd x

Parameters:
    wd : string
    x : ^a

Returns: ^a
Modifiers: inline
wd : string
x : ^a
Returns: ^a