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

SafeOptions

Constructors

ConstructorDescription
new(list)
Signature: (list:SafeOption list) -> SafeOptions

Instance members

Instance memberDescription
x.AddRange(opts)
Signature: (opts:SafeOption list) -> SafeOptions
x.Find(l')
Signature: l':string -> SafeOption option
x.Find(s')
Signature: s':char -> SafeOption option
x.FindAndRemove(s')
Signature: s':char -> (SafeOptions * SafeOption) option
x.FindLast(l')
Signature: l':string -> SafeOption option
x.Last
Signature: SafeOption