Dev Updates

This commit is contained in:
Christian Tosta
2025-06-06 22:36:05 -03:00
parent 495b33a6df
commit d49c0e6b76
3 changed files with 776 additions and 360 deletions

View File

@@ -9,11 +9,11 @@ export C_ORANGE="\033[38;5;208m"
export C_GOLD="\033[38;5;220m"
export C_PURPLE="\033[38;5;5m"
export S_INFO="${C_BLUE}\u2691 [info] ${NO_FMT} "
export S_SUCCESS="${C_GREEN}\u2691 [success] ${NO_FMT}\u2713 "
export S_INFO="${C_BLUE}\u2691 [info]${NO_FMT} "
export S_SUCCESS="${C_GREEN}\u2691 [success]${NO_FMT}\u2713 "
export S_DEBUG="${C_PURPLE}\u2691 [debug]${NO_FMT} "
export S_WARN="${C_ORANGE}\u2691 [warning] ${NO_FMT} "
export S_ERROR="${C_RED}\u2691 [error] ${NO_FMT}\u2715 "
export S_WARN="${C_ORANGE}\u2691 [warning]${NO_FMT} "
export S_ERROR="${C_RED}\u2691 [error]${NO_FMT}\u2715 "
export U_ITEM="\u2192"
@@ -52,4 +52,3 @@ cli.section() {
__section.content "${@:4}"
__section.footer
}
cli.section "${@}"