Skip to content

Commit 4928bf2

Browse files
committed
📖 DOC: Sorting
1 parent f5e94db commit 4928bf2

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.github/sort.gif

1.01 MB
Loading

readme.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,35 @@ corona china
6363

6464
# Display data for given country i.e. USA.
6565
corona 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.
6891
corona help
6992
corona --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)

0 commit comments

Comments
 (0)