Jacob v0.1.1 Jacob.Ui.Output View Source

Output functions

All the functions available in this module will help you output text, errors etc..

Link to this section Summary

Functions

Will output an error and kill the app

Just like IO.puts/1 but will pass the content trough the Jacob.Ui.Output.Parser first

Just like IO.write/1 but will pass the content trough the Jacob.Ui.Output.Parser first

Link to this section Functions

Link to this function error(message, exit_status \\ 1) View Source

Will output an error and kill the app.

Just like IO.puts/1 but will pass the content trough the Jacob.Ui.Output.Parser first.

Just like IO.write/1 but will pass the content trough the Jacob.Ui.Output.Parser first.