1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

mas: add Chinese translation (#7429)

This commit is contained in:
meowmeowcat 2021-11-14 02:06:18 +08:00 committed by GitHub
parent 93a23576ca
commit 9aedf12340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages.zh/osx/mas.md Normal file
View file

@ -0,0 +1,24 @@
# mas
> Mac 应用商店的命令行界面。
> 更多信息:<https://github.com/mas-cli/mas>.
- 首次登录 Mac 应用商店:
`mas signin {{user@example.com}}`
- 显示所有已安装的应用程序和它们的产品标识符:
`mas list`
- 搜索一个应用程序,在结果旁边显示价格:
`mas search {{应用程序}} --price`
- 安装或更新一个应用程序:
`mas install {{产品标识符}}`
- 安装所有待定的更新:
`mas upgrade`