helpMessage method

  1. @override
String helpMessage()
override

Message explaining what arguments are expected.

Implementation

@override
String helpMessage() => '''
The following options are accepted:

  --all     run all tests, even unmodified ones.

  Any other arguments are passed on to 'dart test'.
''';