Add column info
This commit is contained in:
parent
83a70739de
commit
4f2cab49d6
3
cv
3
cv
@ -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
|
||||||
|
Reference in New Issue
Block a user