Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #14573 - epage:complete, r=weihanglo
feat(complete): Upgrade clap_complete Changes: - Change completion order to subcommands, positional values, flags - When completing `-[TAB]`, prioritize shorts over longs - De-duplicate completions that have the same result (longs, shorts, aliases) - Group candidates from the same `CompletionCandidate::tag` - Sort candidates within a `CompletionCandidate::tag` by their `display_order`
- Loading branch information