-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
A-helpArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...C-bugCategory: bugCategory: bugE-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not muchE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.
Description
I just found something strange, in this function sc_spec_vals
for the aliases of the Command, I see we have 3 types:
- aliases -> and we show them in the help with
.get_visible_aliases()
- short_flag_aliases -> with
.get_visible_short_flag_aliases()
- long_flag_aliases -> with
.get_visible_long_flag_aliases()
The visible aliases and the short flag ones are collected, but the long flag aliases are forgotten.
Originally posted by @GilShoshan94 in #6057 (comment)
Metadata
Metadata
Assignees
Labels
A-helpArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...C-bugCategory: bugCategory: bugE-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not muchE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.