mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +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)* List subcommands first, focusing the emphasis on them
|
||||
- *(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
|
||||
- *(version)* Use `Command::display_name` rather than `Command::bin_name`
|
||||
- *(parser)* Assert on unknown args when using external subcommands (#3703)
|
||||
|
|
Loading…
Reference in a new issue