frontend
    Preparing search index...
    • Parse an Old Maid CLI command into API exec arguments.

      Parameters

      • input: string

      Returns CliParseResult<
          [
              command: "shuffle"
              | "reset"
              | "draw"
              | "reorder",
              drawIdx?: number,
              mode?: number,
              cpuPlacementStrategy?: boolean,
              reorderIndices?: number[],
              cpuMemoryAI?: boolean,
              cpuHesitationEnabled?: boolean,
              cpuMetaAI?: boolean,
              profile?: unknown,
          ],
      >