This is part of the Fake.DotNet.Cli module.
dotnet --info command options
Record Field | Description |
Common
Signature: Options
|
Common tool options
|
Instance member | Description |
x.Environment
Signature: Map<string,string>
|
Gets the current environment
|
x.WithCommon(f)
Signature: (f:(Options -> Options)) -> InfoOptions
Modifiers: inline
|
Changes the "Common" properties according to the given function
|
x.WithEnvironment(map)
Signature: map:Map<string,string> -> InfoOptions
|
Sets the current environment variables.
|
x.WithRedirectOutput(shouldRedirect)
Signature: shouldRedirect:bool -> InfoOptions
|
Sets a value indicating whether the output for the given process is redirected.
|
Static member | Description |
InfoOptions.Create()
Signature: unit -> InfoOptions
|
Parameter default values.
|
InfoOptions.Default
Signature: InfoOptions
Attributes:
[<Obsolete("Use InfoOptions.Create instead")>]
|
OBSOLETE
Use InfoOptions.Create instead
|