File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,35 @@ corona china
6363
6464# Display data for given country i.e. USA.
6565corona usa
66+ ```
67+
68+ [ ![ 📟] ( ./.github/country.gif )] ( ./../../ )
69+
70+ ``` sh
71+ # Sort data by type
72+ corona --sort country
73+ corona --s cases
74+
75+ # All sorting parameters.
76+ corona -s country
77+ corona -s cases
78+ corona -s cases-today
79+ corona -s deaths
80+ corona -s deaths-today
81+ corona -s recovered
82+ corona -s active
83+ corona -s critical
84+ corona -s per-million
85+ ```
86+
87+ [ ![ 📟] ( ./.github/sort.gif )] ( ./../../ )
6688
89+ ``` sh
6790# Display the help data.
6891corona help
6992corona --help
7093```
7194
72- [ ![ 📟] ( ./.github/country.gif )] ( ./../../ )
73-
7495<br >
7596
7697[ ![ 📝] ( https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/log.png )] ( changelog.md )
You can’t perform that action at this time.
0 commit comments