aboutsummaryrefslogtreecommitdiff
path: root/docs/_zh_CN/pages/2-implementing-fallbacks.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-04 01:15:39 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-04 01:17:35 +0800
commit7240416b66197ffcefe129b74628b55204da07f6 (patch)
tree4116fe72f2c6963a1d1750e6e2afbebe026adc60 /docs/_zh_CN/pages/2-implementing-fallbacks.md
parent9db143922cb23db337b1432be84c4f8ccbce6c23 (diff)
Add documentation for Picker, help display, and shell completion
Diffstat (limited to 'docs/_zh_CN/pages/2-implementing-fallbacks.md')
-rw-r--r--docs/_zh_CN/pages/2-implementing-fallbacks.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_zh_CN/pages/2-implementing-fallbacks.md b/docs/_zh_CN/pages/2-implementing-fallbacks.md
index 5ed7242..a7c04d0 100644
--- a/docs/_zh_CN/pages/2-implementing-fallbacks.md
+++ b/docs/_zh_CN/pages/2-implementing-fallbacks.md
@@ -133,7 +133,9 @@ thread 'main' (90772) panicked at src/bin/your-bin.rs:30:5:
Renderer "ResultGreetSomeone" not found!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
-
+
+ 以上便是 **Mingling** 的回退机制,在接下来的章节中,您将学习如何使用 `Picker` 解析复杂的用户输入。
+
<p align="center" style="font-size: 0.85em; color: gray;">
Written by @Weicao-CatilGrass
</p>