isCliOptStopMode method

bool isCliOptStopMode()

Returns true if the string represents any kind of an 'end-of-options'

Implementation

bool isCliOptStopMode() => (getCliOptStopMode() != CliOptStopMode.none);