isCliSubCmdValid method

bool isCliSubCmdValid()

Checks whether the string can be treated as an option name

Implementation

bool isCliSubCmdValid() => _isValidSubCmdRE.hasMatch(this);