Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
SafeOption
Record Fields
| Record Field | Description |
AllowMultiple
Signature: bool
|
|
ArgumentName
Signature: string option
|
|
DefaultValue
Signature: string option
|
|
IsRequired
Signature: bool
|
|
Long
Signature: string option
|
|
Short
Signature: char option
|
Instance members
| Instance member | Description |
x.FullLong
Signature: string
|
|
x.FullShort
Signature: string
|
|
x.HasArgument
Signature: bool
|
|
x.HasDefault
Signature: bool
|
|
x.IsEmpty
Signature: bool
|
|
x.IsLong
Signature: bool
|
|
x.IsShort
Signature: bool
|
Static members
| Static member | Description |
SafeOption.Empty
Signature: SafeOption
|