includeAbbrName property

bool includeAbbrName
final

Whether the option name should be included in the suggestions. This is only used when isAbbr is true.

If true, suggestions will look like -psomething where p is the abbreviated option name and something is the suggested value.

Implementation

final bool includeAbbrName;