ExReconcile.Diff (ExReconcile v0.1.0)

Copy Markdown View Source

Formats a ExReconcile.Result as a human-readable text report.

Use ExReconcile.format/2 rather than calling this module directly.

Summary

Functions

Render a reconciliation result as a multi-line string.

Functions

format(result, opts \\ [])

@spec format(
  ExReconcile.Result.t(),
  keyword()
) :: String.t()

Render a reconciliation result as a multi-line string.

Options

  • :title - header title string. Defaults to "Reconciliation Report".
  • :show_matched - whether to list every matched pair. Defaults to false.