adamabdelhamed / PowerArgs

The ultimate .NET Standard command line argument parser
MIT License
569 stars 56 forks source link

Add ArgDisplayName attribute. #144

Open Anjw14 opened 5 years ago

Anjw14 commented 5 years ago

Hi, as #143, sometimes we need to set argument name different with property name or method name, so I add the ArgDisplayName attribute to do this. The ArgDisplayName attribute can be set to both property and action method. See the DisplayNameTests.cs for the specific usage format.

Anjw14 commented 5 years ago

@adamabdelhamed Any comments or suggestions are welcome :)