File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,25 @@ exports.help = () => {
8383 COVID-19 Tracker CLI v${ pkg . version } by Waren Gonzaga
8484 ${ line }
8585
86- /country or /code ......... by country query
87- ex. /philippines or /ph
86+ /<country> ................ by country stats
87+ ex. /philippines
88+ /<country code> ........... by country stats shortcut
89+ ex. /ph
8890
8991 /cmd ...................... if using CMD
92+ /cmd/<country> ............ by country stats on CMD
93+ /cmd/<country code> ....... by country stats shortcut on CMD
9094
91- /plain or /basic .......... if your cli does not support ansi encoding
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
9299
100+ To learn more about the usage... please visit
101+ warengonza.ga/covid19-tracker-cli
102+
103+ ${ line }
104+ ${ repo }
93105 ${ line }
94106
95107 "${ randomSay ( ) } "
You can’t perform that action at this time.
0 commit comments