mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 09:07:10 +00:00
docs: Update changelog
This commit is contained in:
parent
45d56ca9d2
commit
5bbe04ac2a
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ Deprecated
|
|||
- *(help)* Don't rely on ALL CAPS for help headers
|
||||
- *(help)* List subcommands first, focusing the emphasis on them
|
||||
- *(help)* Do not include global args in `cmd help help` (#4131)
|
||||
- *(help)* Use `[positional]` in argument list when relevant (#4145)
|
||||
- *(version)* Use `Command::display_name` rather than `Command::bin_name`
|
||||
- *(parser)* Assert on unknown args when using external subcommands (#3703)
|
||||
- *(parser)* Always fill in `""` argument for external subcommands (#3263)
|
||||
|
|
Loading…
Reference in a new issue