Oban.Console.View.Printer (oban_console v0.1.1)

Summary

Functions

@spec break() :: :ok
@spec error([String.t()]) :: String.t()
Link to this function

gets(items, convert \\ nil)

@spec gets([String.t()], atom()) :: String.t()
@spec green(String.t()) :: String.t()
Link to this function

header_color(text)

@spec header_color(String.t()) :: String.t()
Link to this function

light_black(text)

@spec light_black(String.t()) :: String.t()
Link to this function

light_green(text)

@spec light_green(String.t()) :: String.t()
Link to this function

light_magenta(text)

@spec light_magenta(String.t()) :: String.t()
Link to this function

light_red(text)

@spec light_red(String.t()) :: String.t()
Link to this function

light_yellow(text)

@spec light_yellow(String.t()) :: String.t()
Link to this function

line(size \\ 80)

@spec line(integer()) :: :ok
@spec red(String.t()) :: String.t()
Link to this function

separator(size \\ 80)

@spec separator(integer()) :: String.t()
Link to this function

showable(datetime)

@spec showable(any()) :: String.t()
@spec title([String.t()]) :: String.t()