mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Color ap command output in cyan
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ ap() {
|
||||
cmd+=(--tag "$1")
|
||||
fi
|
||||
|
||||
printf '+ %s\n' "${cmd[*]}"
|
||||
printf '\033[0;36m+ %s\033[0m\n' "${cmd[*]}"
|
||||
"${cmd[@]}"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user