parseLong

fnPattern[] parseLong(Tokens tokens, ref Option[] options)

Parses a long option from the token stream.

Handles options like "--verbose" or "--speed=10".

Parameters

tokensThe token stream to parse from.
optionsThe list of known options (may be modified).

Returns

An array containing the parsed Option(s).