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
@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 tofalse.