1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 14:17:56 +01:00

ansiweather: add Chinese translation

This commit is contained in:
Starccy 2019-02-25 18:32:45 +08:00 committed by Agniva De Sarker
parent 78dd8048c0
commit a749348489

View file

@ -0,0 +1,15 @@
# ansiweather
> 一个shell脚本,用于在终端中显示当前的天气状况.
- 使用公制单位显示Rzeszow, Poland接下来5天的天气预报:
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
- 显示带符号和日光数据信息的天气预报:
`ansiweather -s {{true}} -d {{true}}`
- 显示带风力等级和湿度信息的天气预报:
`ansiweather -w {{true}} -h {{true}}`