From d3692ba9727e6a318c0899e66022827cd58ed108 Mon Sep 17 00:00:00 2001 From: abgox Date: Fri, 15 Nov 2024 18:48:39 +0800 Subject: [PATCH] feat(completions): update cargo --- completions/cargo/guid.txt | 2 +- completions/cargo/language/en-US.json | 10 ++++++++-- completions/cargo/language/zh-CN.json | 10 ++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/completions/cargo/guid.txt b/completions/cargo/guid.txt index 35021397..9dbe8bdc 100644 --- a/completions/cargo/guid.txt +++ b/completions/cargo/guid.txt @@ -1 +1 @@ -c4f254a1-9598-4e1c-ba58-d491b37a28b8 +07656a27-e5a3-4e6c-9859-9174ebd6636c diff --git a/completions/cargo/language/en-US.json b/completions/cargo/language/en-US.json index 2a79e552..ce44e9ef 100644 --- a/completions/cargo/language/en-US.json +++ b/completions/cargo/language/en-US.json @@ -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", @@ -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", diff --git a/completions/cargo/language/zh-CN.json b/completions/cargo/language/zh-CN.json index 950fd320..5f43bd5d 100644 --- a/completions/cargo/language/zh-CN.json +++ b/completions/cargo/language/zh-CN.json @@ -207,7 +207,10 @@ "alias": [ "c" ], - "tip": "分析当前包并报告错误, 但不构建对象文件。", + "tip": [ + "U: check|c\n", + "分析当前包并报告错误, 但不构建对象文件。" + ], "options": [ { "name": "--ignore-rust-version", @@ -449,7 +452,10 @@ "alias": [ "d" ], - "tip": "构建此包及其依赖项的文档。", + "tip": [ + "U: doc|d\n", + "构建此包及其依赖项的文档。" + ], "options": [ { "name": "--open",