From 1eda2761d21167dd33ac230b23467e350b672364 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 26 Apr 2026 01:25:38 +0800 Subject: Update changelog to document clap help print behaviour --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2ffc9..e26d20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,12 @@ struct YourCommandEntry { } ``` -2. **\[core\]** Added function `new_with_args` to `Program` -3. **\[core\]** Added function `dispatch_args_dynamic` to `Program` -4. **\[core\]** Impl `std::io::Write` trait for `RenderResult` -5. **\[core\]** Added Help system, which allows binding an event for `--help` to an `Entry` via the `help!` macro +2. **\[clap_parser\]** Added the `stdout_setting.clap_help_print_behaviour` configuration item to `Program`, used to control the behavior of Clap Help + +3. **\[core\]** Added function `new_with_args` to `Program` +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 ```rust #[help] -- cgit