printCommands method
void
printCommands()
Prepend an em
Implementation
void printCommands() {
_commands.forEach((name, value) {
value.printNameDescription();
});
stdout.writeln();
}
Prepend an em
void printCommands() {
_commands.forEach((name, value) {
value.printNameDescription();
});
stdout.writeln();
}