ExTodo v0.1.0 ExTodo.OutputUtils View Source
This module is used to format strings for STDOUT so that reports are easy to read.
Link to this section Summary
Functions
Make the provided text blue
Format a string to be of a certain width and have a certain padding
Make the provided text green
Make the provided text ligth cyan
Make the provided text red
Underline the provided text
Make the provided text white
Link to this section Functions
Link to this function
blue_text(text) View Source
Make the provided text blue
Link to this function
gen_fixed_width_string(value, width, padding \\ 2) View Source
Format a string to be of a certain width and have a certain padding
Link to this function
green_text(text) View Source
Make the provided text green
Link to this function
light_cyan_text(text) View Source
Make the provided text ligth cyan
Link to this function
red_text(text) View Source
Make the provided text red
Link to this function
underline_text(text) View Source
Underline the provided text
Link to this function
white_text(text) View Source
Make the provided text white