You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current constructor of OptionAttribute only allows for 1 character shortName, although the property ShortName itself is of type string. Which prevents us from creating options with more than 1 character, though that might be useful in order to make the short name parameter name of similar options (more) memorable for the user, e.g.
"fn", "filename"
"fs", "filesize"
The text was updated successfully, but these errors were encountered:
The current constructor of
OptionAttribute
only allows for 1 character shortName, although the propertyShortName
itself is of typestring
. Which prevents us from creating options with more than 1 character, though that might be useful in order to make the short name parameter name of similar options (more) memorable for the user, e.g.The text was updated successfully, but these errors were encountered: