setupCommands method
void
setupCommands()
Implementation
void setupCommands() {
runner.addCommand(TranslateCommand());
runner.addCommand(InitCommand());
runner.addCommand(WatchCommand());
}
void setupCommands() {
runner.addCommand(TranslateCommand());
runner.addCommand(InitCommand());
runner.addCommand(WatchCommand());
}