Justify 1.7.0 with colors
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user