aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-26 01:25:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-26 01:25:38 +0800
commit1eda2761d21167dd33ac230b23467e350b672364 (patch)
treebcf1fd620ace5cb06a748936d1a0132cf8722345
parentd2c44d5c1cd8df2d150c849e8bd196e15c4015e3 (diff)
Update changelog to document clap help print behaviour
-rw-r--r--CHANGELOG.md10
1 files changed, 6 insertions, 4 deletions
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]