ParseStructuredCommand(string)

Method in StructuredCommandParser

Summary

Parses the given source string into a structured command.

public static ParseResult ParseStructuredCommand(string source)

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

Was this helpful?