This is part of the Fake.Core.CommandLineParsing module.

Inline

Static members

Static memberDescription
Inline.Many(...)
Signature: (stateFromFirstElement:('?11450 -> '?11451) * foldState:('?11451 -> '?11450 -> '?11451) * resultFromState:('?11451 -> '?11452) * elementParser:ArgumentParser<'?11453,'?11450> * firstElementParser:ArgumentParser<'?11453,'?11450> option * resultForEmptySequence:(unit -> '?11452) option) -> ArgumentParser<'?11453,'?11452>
Modifiers: inline
Type parameters: '?11450, '?11451, '?11452, '?11453 Attributes:
[<NoDynamicInvocation>]