acronym property

NatrixChar? acronym
final

Optional single-character shorthand for the flag, used as short-form syntax in command-line arguments (-a where a is the acronym character). Must be unique within a command's flag set.

Implementation

final NatrixChar? acronym;