mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Rename commands
This commit is contained in:
16
bin/console
16
bin/console
@@ -30,13 +30,15 @@ use Alchemy\Phrasea\Command\Plugin\RemovePlugin;
|
||||
use Alchemy\Phrasea\Command\CheckConfig;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileConfigurationDumper;
|
||||
use Alchemy\Phrasea\Command\Task\SchedulerStart;
|
||||
use Alchemy\Phrasea\Command\Task\SchedulerResumeTasks;
|
||||
use Alchemy\Phrasea\Command\Task\SchedulerState;
|
||||
use Alchemy\Phrasea\Command\Task\SchedulerStop;
|
||||
use Alchemy\Phrasea\Command\Task\SchedulerPauseTasks;
|
||||
use Alchemy\Phrasea\Command\Task\SchedulerRun;
|
||||
use Alchemy\Phrasea\Command\Task\TaskList;
|
||||
use Alchemy\Phrasea\Command\Task\TaskRun;
|
||||
use Alchemy\Phrasea\Command\Task\TaskStart;
|
||||
use Alchemy\Phrasea\Command\Task\TaskStop;
|
||||
use Alchemy\Phrasea\Command\Task\TaskState;
|
||||
use Alchemy\Phrasea\Command\Task\TaskManagerCommand;
|
||||
|
||||
require_once __DIR__ . '/../lib/autoload.php';
|
||||
|
||||
@@ -83,11 +85,13 @@ $cli->command(new \module_console_systemExport('system:export'));
|
||||
$cli->command(new TaskRun());
|
||||
$cli->command(new TaskList());
|
||||
$cli->command(new TaskState());
|
||||
$cli->command(new SchedulerStart());
|
||||
$cli->command(new SchedulerStop());
|
||||
$cli->command(new SchedulerResumeTasks());
|
||||
$cli->command(new SchedulerPauseTasks());
|
||||
$cli->command(new SchedulerState());
|
||||
$cli->command(new TaskManagerCommand());
|
||||
$cli->command(new SchedulerRun());
|
||||
$cli->command(new TaskList());
|
||||
$cli->command(new TaskStart());
|
||||
$cli->command(new TaskStop());
|
||||
|
||||
$cli->command(new MailTest('mail:test'));
|
||||
|
||||
|
Reference in New Issue
Block a user