diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-26 01:41:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-26 01:43:49 +0800 |
| commit | 37d775134ffcc9ac8982d8a78b44b7e0eb0ae371 (patch) | |
| tree | ca2d4b40e5971de906e6f890140730095a4246ac /CHANGELOG.md | |
| parent | 1eda2761d21167dd33ac230b23467e350b672364 (diff) | |
Rename feature `clap_parser` to `clap`
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e26d20d..2f34e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ #### Features: -1. **\[macros\]** Completed the `clap_parser` feature: **Mingling** now supports parsing input using `clap::Parser` +1. **\[macros\]** Completed the `clap` feature: **Mingling** now supports parsing input using `clap::Parser` ```rust #[derive(Groupped, clap::Parser)] @@ -22,7 +22,7 @@ struct YourCommandEntry { } ``` -2. **\[clap_parser\]** Added the `stdout_setting.clap_help_print_behaviour` configuration item to `Program`, used to control the behavior of Clap Help +2. **\[clap\]** 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` |
