Open
Description
I'm evaluating System.CommandLine and this seems like basic functionality. For simple console programs I want to be able declaratively add an additional alias with a short form of the parameter name. Setting up a RootCommand and configuring options seems like overkill for this usecase.
Seems like there have been some other PR to solve this but none have been approved ? (see #345 #525), Would love to see this functionality added.