Skip to content

Commit

Permalink
feat(completions): update pnpm(zh-CN)
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jun 8, 2024
1 parent b9fe424 commit fd96266
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion completions/pnpm/guid.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
63de641c-3beb-4659-a006-fc56f532c6e3
3c0354fd-a0df-4580-bbd9-560f7bb071b4
22 changes: 22 additions & 0 deletions completions/pnpm/language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,28 @@
}
]
},
{
"name": "list",
"alias": [
"ls"
],
"tip": [
"U: list|ls\n",
"以树形结构打印所有已安装软件包的版本及其依赖包"
],
"options": [
{
"name": "--global",
"alias": [
"-g"
],
"tip": [
"U: -g|--global\n",
"全局列出"
]
}
]
},
{
"name": "update",
"alias": [
Expand Down

0 comments on commit fd96266

Please sign in to comment.