Renamed to remark of sub commands.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s

This commit is contained in:
Willem Cazander 2024-07-11 16:05:28 +02:00
parent 823513abe4
commit 74432311ed
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ endef
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_phase,"Echo's an message to stdout with 'magenta' crayon.","<message>")
define mb_os_echo_alert
define mb_os_echo_remark
$(MB__    )$(call mb_make_call,mb_os_crayon_tagged_echo,36,$(1))
endef
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_alert,"Echo's an message to stdout with 'cyan' crayon.","<message>")