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
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F

View File

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