aboutsummaryrefslogtreecommitdiff
path: root/docs/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/pages/2-implementing-fallbacks.md
parent9db143922cb23db337b1432be84c4f8ccbce6c23 (diff)
Add documentation for Picker, help display, and shell completion
Diffstat (limited to 'docs/pages/2-implementing-fallbacks.md')
-rw-r--r--docs/pages/2-implementing-fallbacks.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pages/2-implementing-fallbacks.md b/docs/pages/2-implementing-fallbacks.md
index a820fa1..685d238 100644
--- a/docs/pages/2-implementing-fallbacks.md
+++ b/docs/pages/2-implementing-fallbacks.md
@@ -134,6 +134,8 @@ Renderer "ResultGreetSomeone" not found!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
+ The above is the fallback mechanism of **Mingling**. In the next chapter, you will learn how to use `Picker` to parse complex user inputs.
+
<p align="center" style="font-size: 0.85em; color: gray;">
Written by @Weicao-CatilGrass
</p>