DotNet.Options Type
dotnet cli command execution options
Record fields
Record Field | Description |
Full Usage:
CustomParams
Field type: string option
|
|
Full Usage:
Diagnostics
Field type: bool
|
|
Full Usage:
DotNetCliPath
Field type: string
|
|
|
Gets the environment variables that apply to this process and its child processes.
NOTE: Recommendation is to not use this Field, but instead use the helper function in the Proc module
(for example
|
Full Usage:
PrintRedirectedOutput
Field type: bool
|
If RedirectOutput is true this flag decides if FAKE emits the output into the standard output/error otherwise the flag is ignored. True by default.
|
Full Usage:
RedirectOutput
Field type: bool
|
If true the function will redirect the output of the called process (but will disable colors, false by default)
|
|
|
|
|
Full Usage:
Version
Field type: string option
|
|
Full Usage:
WorkingDirectory
Field type: string
|
|
Instance members
Instance member | Description |
|
|
|
|
|
Sets a value indicating whether the redirected output should be printed to standard-output/error stream.
|
|
|
Static members
Static member | Description |
|
Create a default setup for executing the
|