@@ -83,22 +83,25 @@ exports.help = () => {
8383 COVID-19 Tracker CLI v${ pkg . version } by Waren Gonzaga
8484 ${ line }
8585
86- /<country> ................ by country stats
87- ex. /philippines
88- /<country code> ........... by country stats shortcut
89- ex. /ph
86+ /<country name> ... ................ by country stats
87+ ex. /philippines /korea
88+ /<ISO 3166-1 code> ..... ........... by country stats shortcut
89+ ex. /ph /kor
9090
91- /cmd ...................... if using CMD
92- /cmd/<country> ............ by country stats on CMD
93- /cmd/<country code> ....... by country stats shortcut on CMD
91+ /cmd .............................. if using CMD
92+ /cmd/<country name> ... ............ by country stats on CMD
93+ /cmd/<ISO 3166-1 code> ..... ....... by country stats shortcut on CMD
9494
95- /plain or /basic .......... if your cli does not support ANSI encoding
96- similar to /cmd usage and layout
97- ex. /plain/philippines or /plain/ph
98- /basic/philippines or /basic/ph
95+ /plain or /basic .................. if your cli does not support ANSI encoding
96+ similar to /cmd usage and layout
97+ ex. /plain/philippines or /plain/ph
98+ /basic/philippines or /basic/ph
9999
100100 To learn more about the usage... please visit
101- warengonza.ga/covid19-tracker-cli
101+ https://warengonza.ga/covid19-tracker-cli
102+
103+ ISO 3166-1 Code List:
104+ https://warengonza.ga/iso-3166-1-codes
102105
103106 ${ line }
104107 ${ repo }
0 commit comments