ahmadawais / corona-cli

🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). https://x.com/MrAhmadAwais
https://NodeCLI.com
MIT License
1.85k stars 191 forks source link

📦 NEW: Option --date #60

Open nitinpatil1992 opened 4 years ago

nitinpatil1992 commented 4 years ago

This is new feature request for ISSUE-33 which is adding --date option to our cool corona-cli

Current implementation is valid for corona <country-name>

  Track the Coronavirus disease (COVID-19).

  Usage
    corona <command> [--option]

  Commands
    country-name         Get data for a given country
    states               Get data for all USA states

  Options
    --xcolor, -x         Single colored output
    --sort, -s           Sort data by type
    --reverse, -r        Reverse print order
    --limit, -l          Print only N entries
    --date, -d           Print report for particular date

  Examples
    corona china
    corona states
    corona -x
    corona --sort cases-today
    corona -s critical

  ❯ You can also run command + option at once:
    corona china -x -s cases
BFJonk commented 4 years ago

+1 for this option!