mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 18:17:57 +01:00
ansiweather: add Chinese translation
This commit is contained in:
parent
78dd8048c0
commit
a749348489
1 changed files with 15 additions and 0 deletions
15
pages.zh/common/ansiweather.md
Normal file
15
pages.zh/common/ansiweather.md
Normal 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}}`
|
Loading…
Reference in a new issue