Justify 1.7.0 with colors

This commit is contained in:
2025-04-25 00:30:20 -04:00
parent b4bdacccdf
commit ee87cea8da

View File

@@ -1798,7 +1798,7 @@ main() {
# @section Helper functions # @section Helper functions
debug() { ((DEBUG)) && echo "Debug: $*"; } debug() { ((DEBUG)) && echo "Debug: $*"; }
err() { echo "Error: $*" >&2; } err() { echo -e "\e[31mError: $*\e[0m" >&2; }
ask_ok() { ask_ok() {
local response local response
((YES_SWITCH)) && return 0 ((YES_SWITCH)) && return 0