获取天气预报的命令行程序 yarn install 用法 # show help yarn ts-node src/weather.ts # show beijing weather today yarn ts-node src/weather.ts -c 北京 # show forecasts yarn ts-node src/weather.ts -c 北京 -e all