Non-positional options which have both a long and short name will not be found and utilized correctly, as the parser only checked the current option name against the entire DisplayName() result for all stored options.
Instead, it should check for all the possibilities within the display name against the current option name.
Non-positional options which have both a long and short name will not be found and utilized correctly, as the parser only checked the current option name against the entire
DisplayName()
result for all stored options.Instead, it should check for all the possibilities within the display name against the current option name.