Skip to content

Commit

Permalink
feat(completions): update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Nov 15, 2024
1 parent 0ae588d commit d3692ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion completions/cargo/guid.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4f254a1-9598-4e1c-ba58-d491b37a28b8
07656a27-e5a3-4e6c-9859-9174ebd6636c
10 changes: 8 additions & 2 deletions completions/cargo/language/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@
"alias": [
"c"
],
"tip": "Analyze the current package and report errors, but don't build object files.",
"tip": [
"U: check|c\n",
"Analyze the current package and report errors, but don't build object files."
],
"options": [
{
"name": "--ignore-rust-version",
Expand Down Expand Up @@ -449,7 +452,10 @@
"alias": [
"d"
],
"tip": "Build this package's and its dependencies' documentation.",
"tip": [
"U: doc|d\n",
"Build this package's and its dependencies' documentation."
],
"options": [
{
"name": "--open",
Expand Down
10 changes: 8 additions & 2 deletions completions/cargo/language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@
"alias": [
"c"
],
"tip": "分析当前包并报告错误, 但不构建对象文件。",
"tip": [
"U: check|c\n",
"分析当前包并报告错误, 但不构建对象文件。"
],
"options": [
{
"name": "--ignore-rust-version",
Expand Down Expand Up @@ -449,7 +452,10 @@
"alias": [
"d"
],
"tip": "构建此包及其依赖项的文档。",
"tip": [
"U: doc|d\n",
"构建此包及其依赖项的文档。"
],
"options": [
{
"name": "--open",
Expand Down

0 comments on commit d3692ba

Please sign in to comment.