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
OptionsParserState
Record Fields
Record Field | Description |
AllowMultiple
Signature: bool
|
|
ArgName
Signature: string option
|
|
DefaultValue
Signature: string option
Modifiers: mutable |
|
IsRequired
Signature: bool
|
|
LongName
Signature: string option
|
|
ShortName
Signature: char option
|
Static members
Static member | Description |
OptionsParserState.Build(x)
Signature: x:OptionsParserState -> SafeOption
|
|
OptionsParserState.CreateEmpty()
Signature: unit -> OptionsParserState
|