abbr property
A single-character string that can be used as a shorthand for this option.
For example, abbr: "a"
will allow the user to pass -a value
or
-avalue
.
Implementation
final String? abbr;
A single-character string that can be used as a shorthand for this option.
For example, abbr: "a"
will allow the user to pass -a value
or
-avalue
.
final String? abbr;