mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(clawdock): remove unused color helper (#105534)
This commit is contained in:
@@ -23,11 +23,6 @@ _CLR_MAGENTA='\033[0;35m'
|
|||||||
_CLR_CYAN='\033[0;36m'
|
_CLR_CYAN='\033[0;36m'
|
||||||
_CLR_RED='\033[0;31m'
|
_CLR_RED='\033[0;31m'
|
||||||
|
|
||||||
# Styled command output (green + bold)
|
|
||||||
_clr_cmd() {
|
|
||||||
echo -e "${_CLR_GREEN}${_CLR_BOLD}$1${_CLR_RESET}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Inline command for use in sentences
|
# Inline command for use in sentences
|
||||||
_cmd() {
|
_cmd() {
|
||||||
echo "${_CLR_GREEN}${_CLR_BOLD}$1${_CLR_RESET}"
|
echo "${_CLR_GREEN}${_CLR_BOLD}$1${_CLR_RESET}"
|
||||||
|
|||||||
Reference in New Issue
Block a user