From 9aedf12340854550f4703d1778414d217822ccf2 Mon Sep 17 00:00:00 2001 From: meowmeowcat Date: Sun, 14 Nov 2021 02:06:18 +0800 Subject: [PATCH] mas: add Chinese translation (#7429) --- pages.zh/osx/mas.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.zh/osx/mas.md diff --git a/pages.zh/osx/mas.md b/pages.zh/osx/mas.md new file mode 100644 index 0000000000..8048083af1 --- /dev/null +++ b/pages.zh/osx/mas.md @@ -0,0 +1,24 @@ +# mas + +> Mac 应用商店的命令行界面。 +> 更多信息:. + +- 首次登录 Mac 应用商店: + +`mas signin {{user@example.com}}` + +- 显示所有已安装的应用程序和它们的产品标识符: + +`mas list` + +- 搜索一个应用程序,在结果旁边显示价格: + +`mas search {{应用程序}} --price` + +- 安装或更新一个应用程序: + +`mas install {{产品标识符}}` + +- 安装所有待定的更新: + +`mas upgrade`