Module log

Source
Expand description

Functions to write log messages.

Functionsยง

error
Shows an error message using the builtin_error() function from Bash.
missing_argument
Display an error when an argument is missing.
show_help
Shows the help text for this builtin.
show_usage
Shows the usage text for this builtin.
warning
Shows a warning message using the builtin_warning() function from Bash.