Interface: IUnorderedStrategy
Methods
matchFlag()
matchFlag(
input:string):Option<string>
Matches a flag.
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | The string to match. |
Returns
Option<string>
Source
lib/parser/strategies/IUnorderedStrategy.ts:8
matchOption()
matchOption(
input:string):Option<readonly [string,string]>
Matches an option.
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | The string to match. |
Returns
Option<readonly [string, string]>