From 0e7a622f40323f0b7c0004a429201518b9e088e7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 1 May 2026 23:02:40 +0800 Subject: Fix README examples to use AsPicker trait instead of Picker --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f66dbd1..6bb3772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,6 @@ struct YourCommandEntry { 5. **\[core\]** Added function `dispatch_args_dynamic` to `Program` 6. **\[core\]** Impl `std::io::Write` trait for `RenderResult` 7. **\[core\]** Added Help system, which allows binding an event for `--help` to an `Entry` via the `help!` macro -8. **\[core\]** Added the function `build_comp_script_to` to the `mingling::build` module: supports outputting completion scripts precisely to a specified directory ```rust #[help] @@ -45,6 +44,7 @@ fn your_command_help(_prev: YourEntry) { } ``` +8. **\[core\]** Added the function `build_comp_script_to` to the `mingling::build` module: supports outputting completion scripts precisely to a specified directory 9. **\[macros\]** Added the `route!` macro, which allows quick error routing within the `chain!` function. Usage is as follows: ```rust -- cgit