Edip.Utils
Summary
abort!() | Exits with exit status 1 |
debug(message) | Print an informational message without color |
do_cmd(command, callback, step) | |
error(message) | Print an error message in red |
ignore() | Ignore a message when used as the callback for Mix.Shell.cmd |
info(message) | Print an informational message in green |
notice(message) | Print a notice in cyan |
print(message) | |
warn(message) | Print a warning message in yellow |
Functions
Exits with exit status 1
Print an informational message without color
Print an error message in red
Ignore a message when used as the callback for Mix.Shell.cmd
Print an informational message in green
Print a notice in cyan
Print a warning message in yellow