reload method

  1. @visibleForTesting
void reload()

writes the reload message

Implementation

@visibleForTesting
void reload() {
  info(darkGray.wrap('Press r to reload...'));
}