frontend
    Preparing search index...
    • Parse a Spider Solitaire CLI command into API exec arguments.

      Parameters

      • input: string

      Returns CliParseResult<
          [
              command: | "reset"
              | "log"
              | "hint"
              | "move"
              | "giveup"
              | "autocomplete"
              | "undo"
              | "deal",
              from?: SpiderMoveZone,
              to?: SpiderMoveZone,
              config?: SpiderConfigInput,
          ],
      >