mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
Add more sub consoles
This commit is contained in:
parent
52e07a9e6d
commit
da6635898c
5 changed files with 604 additions and 0 deletions
|
@ -95,8 +95,16 @@ HELP;
|
|||
break;
|
||||
case 'docbloxerrorchecker' : $subconsole = new Console\DocBloxErrorChecker($subargs);
|
||||
break;
|
||||
case 'extract' : $subconsole = new Console\Extract($subargs);
|
||||
break;
|
||||
case 'globalcommunityblock': $subconsole = new Console\GlobalCommunityBlock($subargs);
|
||||
break;
|
||||
case 'globalcommunitysilence': $subconsole = new Console\GlobalCommunitySilence($subargs);
|
||||
break;
|
||||
case 'maintenance': $subconsole = new Console\Maintenance($subargs);
|
||||
break;
|
||||
case 'php2po': $subconsole = new Console\PhpToPo($subargs);
|
||||
break;
|
||||
default:
|
||||
throw new \Asika\SimpleConsole\CommandArgsException('Command ' . $command . ' doesn\'t exist');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue