diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-28 15:01:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-28 15:01:39 +0800 |
| commit | 4e293ccccc91f89fca5857a87c03afd83e7824f3 (patch) | |
| tree | f618c271614d53df914de57369b4f28adfda24fa /CHANGELOG.md | |
| parent | 2b311d3d6806e0b8d8e8292bfde53b1b85b48b3b (diff) | |
Extract `build_comp_script` logic into `build_comp_script_to`
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
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] |
