Add Typo Console

This commit is contained in:
Hypolite Petovan 2018-03-18 19:45:35 -04:00
parent 9a012ad303
commit 620e9842e1
2 changed files with 121 additions and 0 deletions

View file

@ -112,6 +112,8 @@ HELP;
break;
case 'po2php': $subconsole = new Console\PoToPhp($subargs);
break;
case 'typo': $subconsole = new Console\Typo($subargs);
break;
default:
throw new \Asika\SimpleConsole\CommandArgsException('Command ' . $command . ' doesn\'t exist');
}