MDAA TS Docs
    Preparing search index...

    Function compareCliBaseline

    • Compare parsed commands against a committed baseline file. Writes the baseline on first run or in UPDATE_BASELINES mode. Returns a drift error message, or null when the baseline matches (or was just written).

      Parameters

      • commands: { command: string; index: number }[]
      • baselinesDir: string
      • baselineFile: string

      Returns string | null