Add column info

This commit is contained in:
Michael De Roover 2020-07-10 20:29:48 +02:00
parent 83a70739de
commit 4f2cab49d6
Signed by: vim
GPG Key ID: 075496E232CE04CB

3
cv
View File

@ -42,12 +42,15 @@ out(){
frame(){ frame(){
case "$1" in case "$1" in
top) printf "╔══════════════════════════════════════╗\n" ;; top) printf "╔══════════════════════════════════════╗\n" ;;
table) printf "║ Statistic ║ Today ║ Yesterday ║\n"
printf "╟────────────╫────────────╫────────────╢\n" ;;
up) printf "╠════════════╦════════════╦════════════╣\n" ;; up) printf "╠════════════╦════════════╦════════════╣\n" ;;
down) printf "╚════════════╩════════════╩════════════╝\n" ;; down) printf "╚════════════╩════════════╩════════════╝\n" ;;
esac esac
} }
result(){ result(){
frame up frame up
frame table
out Total cases out Total cases
out "╰> Per 1M" casesPerOneMillion out "╰> Per 1M" casesPerOneMillion
out Active active out Active active