helpMessage method
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'.
''';