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.