From 7240416b66197ffcefe129b74628b55204da07f6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 4 May 2026 01:15:39 +0800 Subject: Add documentation for Picker, help display, and shell completion --- docs/pages/2-implementing-fallbacks.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/pages/2-implementing-fallbacks.md') 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. +

Written by @Weicao-CatilGrass

-- cgit