Static Propertyswift-argument-parser 1.6.1ArgumentParser
short
Use the first character of the property’s name as a short option label.
static var short: NameSpecification.Element { get }
For example, a property named verbose
would be converted to the label -v
. Short labels can be combined into groups.