call method

  1. @override
void call()
override

Implementation

@override
void call() {
  output.warn(
    '''
-------------------------- HELPS --------------------------
${argParser.usage}
''',
  );
}