djm / table_rex

An Elixir app which generates text-based tables for display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Table.render! function to supplement Table.render

djm opened this issue · comments

It should raise on errors rather than returning the typical {:error, reason} Erlang error tuple as Table.render does.

Supported as of v0.2.0. 👍