printCommands method

void printCommands()

Prepend an em

Implementation

void printCommands() {
  _commands.forEach((name, value) {
    value.printNameDescription();
  });
  stdout.writeln();
}