A utility class for parsing command strings into command names and arguments.

Constructors

Methods

Constructors

Methods

  • Parse a command string into a full command name and arguments.

    Parameters

    • command: string

      The full command string.

    Returns CommandParserOutput

    An object containing the full command name and arguments.