Cleanup of cli
This commit is contained in:
2
cli/resources/commands/01_mailboxes.php
Normal file
2
cli/resources/commands/01_mailboxes.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Mailboxes\Check::class));
|
@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\Messages::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Messages\Grab::class));
|
||||
|
@ -1,3 +1,4 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\GrabAttachments::class));
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\DecryptPdf::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Attachments\Check::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Attachments\Grab::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Attachments\Decrypt::class));
|
||||
|
2
cli/resources/commands/03_jobs.php
Normal file
2
cli/resources/commands/03_jobs.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Jobs\Check::class));
|
Reference in New Issue
Block a user