Open
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)