mirror of
https://github.com/friendica/friendica
synced 2025-04-23 02:30:20 +00:00
Add Typo Console
This commit is contained in:
parent
9a012ad303
commit
620e9842e1
2 changed files with 121 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue