v3-revamp

This commit is contained in:
2026-07-06 16:16:45 +02:00
parent 662e59ff42
commit f9a909621f
+2
View File
@@ -29,6 +29,8 @@ color_gray() { printf "%b%s%b\n" "$GRAY" "$*" "$RESET"; }
#------------------------------------------ #------------------------------------------
# Debug Flag Initialization # Debug Flag Initialization
#------------------------------------------ #------------------------------------------
clear # Wipes the terminal history view cleanly
export DEBUG_MODE=false export DEBUG_MODE=false
if [[ "${1:-}" == "-d" || "${1:-}" == "--debug" ]]; then if [[ "${1:-}" == "-d" || "${1:-}" == "--debug" ]]; then
export DEBUG_MODE=true export DEBUG_MODE=true