Use printf for output

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy
2024-07-20 18:28:06 -07:00
parent 661b483313
commit 396d79e8bb

View File

@@ -17,7 +17,7 @@
set -eu set -eu
output(){ output(){
echo -e '\e[36m'"$1"'\e[0m'; printf '\e[1;34m%-6s\e[m\n' "${@}"
} }
dataset_selection() { dataset_selection() {