[DX] Command level short options should be converted to full option at validation to simplify command checking
Closed this issue · 0 comments
yorkshire-pudding commented
Currently, commands have to check both the full form (e.g. --show-password
) and the short form (-p
). It would be simpler for command developers if the short form was converted to the full form before it is passed to the command callback.