1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 03:15:22 +02:00

brew-mas: remove (wrong) Chinese translation (#8190)

This commit is contained in:
marchersimon 2022-07-17 09:28:57 +02:00 committed by GitHub
parent 3ce8ac7de0
commit f6d2fe18a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,27 +0,0 @@
# brew mas
> Mas 是一个简单的 Mac App Store 命令行界面。
- 按应用名称搜索 Mac App Store 并返回匹配的标识符:
`mas search {{应用名}}`
- 安装或更新以前购买的应用程序:
`mas install {{应用名}} {{应用 ID}}`
- 显示所有已安装的应用程序及其应用 ID:
`mas list`
- 列出等待更新的已安装应用:
`mas outdated`
- 升级所有可升级的应用:
`mas upgrade`
- 升级指定的应用:
`mas upgrade {{应用 ID}}`