File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ export const generatePlainOutput: (
6666 if ( ! quiet )
6767 responseArray = responseArray . concat ( [
6868 lines . helpMessage ,
69- lines . source ,
70- lines . repoLink ,
69+ lines . docsLink ,
70+ lines . WNrepoLink ,
7171 `\n${ saying } \n` ,
7272 ] ) ;
7373
Original file line number Diff line number Diff line change 11const { version } = require ( "../../package.json" ) ;
22
3- /**
4- * This file is a centralized location to get responses to the user
5- * Such as the BMC link, the twitter link, github repo page etc.
6- */
3+ // This file is a centralized location to get responses to the user
4+ // Such as the BMC link, the twitter link, github repo page etc.
75
86export const welcomeMessage = `Welcome to COVID-19 Tracker & CLI v${ version } by Waren Gonzaga with Wareneutron Developers` ;
97export const lines = {
108 notFound : `\n${ welcomeMessage } \n\nPlease visit: https://warengonza.ga/covid19-tracker-cli\n\n` ,
119 defaultHeader : `COVID-19 Tracker & CLI v${ version } ` ,
1210 helpMessage : `Help: Try to append the URL with /help to learn more...` ,
13- source : `Source: https://www.worldometers.info/coronavirus` ,
14- repoLink : `Code: https://github.com/warengonzaga/covid19-tracker-cli` ,
1511 sponsorMessage : `Love this project? Help us to help others by means of coffee!\n` ,
1612 GCashMessage : `(GCash) +639176462753` ,
1713 BMCLink : `(Buy Me A Coffee) warengonza.ga/coffee4dev` ,
You can’t perform that action at this time.
0 commit comments