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

      Parameters

      • input: string

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