ansi functions library

This commit is contained in:
pvincent
2026-07-17 19:01:14 +04:00
parent 9f6adf4038
commit 1168c50a23
2 changed files with 64 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@ function do_success {
echo -n "$*"
)
echo ']'
source "${MIAOU_BASH_DIR}/lib/ansi.bash"
local content
content=$(FG=MAGENTA style_ansi "this is success")
FG=GRAY PADDING=8 style_block "$content"
}
function do_unbound_variable {