ParseStructuredCommand(string)
Method in StructuredCommandParser
Summary
Parses the given source string into a structured command.
Parameters
Name
Description
string
source
The string containing the possible structured command text to be parsed.
Returns
A ParseResult object encapsulating the parsed context and any diagnostics.
Last updated