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

less verbose output #28

Closed buckleyc closed 4 years ago

buckleyc commented 4 years ago

Would be nice to have a slightly less verbose (i.e., more compact) output. Workaround: this can be achieved by pipes (e.g. "| grep ...").

Would be nice to have option to remove empty lines between countries/states.

--no-pad

Would be nice to have option to remove the Key.

--no-key

Would be nice to remove the header ("Track the C...")

--no-header

ahmadawais commented 4 years ago

PR welcomed for that.

ahmadawais commented 4 years ago

Implemented. Update the CLI: npm i -g corona-cli