mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
docs: Fix link in changelog
This commit is contained in:
parent
a1256a6e53
commit
b632b4434f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Deprecated
|
||||||
- *(help)* Don't rely on ALL CAPS for help headers
|
- *(help)* Don't rely on ALL CAPS for help headers
|
||||||
- *(help)* List subcommands first, focusing the emphasis on them
|
- *(help)* List subcommands first, focusing the emphasis on them
|
||||||
- *(help)* Do not include global args in `cmd help help` (#4131)
|
- *(help)* Do not include global args in `cmd help help` (#4131)
|
||||||
- *(help)* Use `[positional]` in list when relevant (#4145)
|
- *(help)* Use `[positional]` in list when relevant (#4144)
|
||||||
- *(help)* Show all `[positional]` in usage
|
- *(help)* Show all `[positional]` in usage
|
||||||
- *(version)* Use `Command::display_name` rather than `Command::bin_name`
|
- *(version)* Use `Command::display_name` rather than `Command::bin_name`
|
||||||
- *(parser)* Assert on unknown args when using external subcommands (#3703)
|
- *(parser)* Assert on unknown args when using external subcommands (#3703)
|
||||||
|
|
Loading…
Add table
Reference in a new issue