From 4e293ccccc91f89fca5857a87c03afd83e7824f3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 28 Apr 2026 15:01:39 +0800 Subject: Extract `build_comp_script` logic into `build_comp_script_to` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8682c5a..b1bd92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ struct YourCommandEntry { 4. **\[core\]** Added function `dispatch_args_dynamic` to `Program` 5. **\[core\]** Impl `std::io::Write` trait for `RenderResult` 6. **\[core\]** Added Help system, which allows binding an event for `--help` to an `Entry` via the `help!` macro +7. **\[core\]** Added the function `build_comp_script_to` to the `mingling::build` module: supports outputting completion scripts precisely to a specified directory ```rust #[help] -- cgit