scribe v0.9.0 Scribe.Style behaviour View Source
Defines styling callbacks for table printing.
Link to this section Summary
Link to this section Functions
Link to this function
default() View Source
Returns default configured style.
Configure in your mix.exs
config :scribe, style: Scribe.Style.Psql
Defaults to Scribe.Style.Default
if not specified.
Link to this section Callbacks
Link to this callback
border_at(row, column, row_max, column_max)
View Source
border_at(row, column, row_max, column_max)
View Source
border_at(
row :: integer(),
column :: integer(),
row_max :: integer(),
column_max :: integer()
) :: Scribe.Border.t()
border_at( row :: integer(), column :: integer(), row_max :: integer(), column_max :: integer() ) :: Scribe.Border.t()
Link to this callback
color(value)
View Source
color(value)
View Source
color(value :: term()) :: IO.ANSI.ansidata()
color(value :: term()) :: IO.ANSI.ansidata()