printUsage method

void printUsage()
override

Prints the command usage instructions to the log.

Implementation

void printUsage() {
  logger.info(usage);
}