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

Inline

Static members

Static memberDescription
Inline.Many(...)
Signature: (stateFromFirstElement:('?11905 -> '?11906) * foldState:('?11906 -> '?11905 -> '?11906) * resultFromState:('?11906 -> '?11907) * elementParser:ArgumentParser<'?11908,'?11905> * firstElementParser:ArgumentParser<'?11908,'?11905> option * resultForEmptySequence:(unit -> '?11907) option) -> ArgumentParser<'?11908,'?11907>
Type parameters: '?11905, '?11906, '?11907, '?11908 Attributes:
[<NoDynamicInvocation>]