Skip to content

Commit c862587

Browse files
author
Waren Gonzaga
committed
Add few changes
1 parent 6fa576f commit c862587

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/cli/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ const borders = { 'top': tblclr('═'),
7070
// additional informaton
7171
const source = 'Source: https://www.worldometers.info/coronavirus/',
7272
repo = 'Code: https://github.com/warengonzaga/covid19-tracker-cli',
73+
help = 'Help: Try to append the URL with /help to learn more...',
7374
sourceInfo = {colSpan:5,content:source},
7475
repoInfo = {colSpan:5,content:repo},
76+
helpInfo = {colSpan:5,content:help},
7577
bmcurl = 'warengonza.ga/coffee4dev',
7678
twitterhandle = '@warengonzaga',
7779
twitterhashtag = '#covid19trackercli',
@@ -295,7 +297,7 @@ exports.historyCountryTracker = (n, c, tC, d, tD, r, a, cl, cPOM, u, h, chartTyp
295297
specialfooter = footerOne+ansiGCash+br+' '+ansiBMC+footerTwo+ansiTwitter+br+br;
296298

297299
return n == 'Philippines' ? tableFooter+specialfooter : tableFooter+defaultfooter;
298-
}
300+
};
299301

300302
const footerOne = br+br+' '+line+br+' '+bmcline+br+' ',
301303
footerTwo = br+' '+line+br+' '+twitterline+br+' ';

0 commit comments

Comments
 (0)