mirror of
https://github.com/friendica/friendica
synced 2025-04-29 01:04:28 +02:00
Move 'bin/worker.php' to 'bin/console.php worker'
This commit is contained in:
parent
07c4e606e1
commit
c58cd835d2
4 changed files with 108 additions and 55 deletions
|
@ -39,6 +39,7 @@ Commands:
|
|||
createdoxygen Generate Doxygen headers
|
||||
daemon Interact with the Friendica daemon
|
||||
jetstream Interact with the Jetstream daemon
|
||||
worker Start worker process
|
||||
dbstructure Do database updates
|
||||
docbloxerrorchecker Check the file tree for DocBlox errors
|
||||
extract Generate translation string file for the Friendica project (deprecated)
|
||||
|
@ -79,6 +80,7 @@ HELP;
|
|||
'createdoxygen' => Friendica\Console\CreateDoxygen::class,
|
||||
'daemon' => Friendica\Console\Daemon::class,
|
||||
'jetstream' => Friendica\Console\JetstreamDaemon::class,
|
||||
'worker' => Friendica\Console\Worker::class,
|
||||
'docbloxerrorchecker' => Friendica\Console\DocBloxErrorChecker::class,
|
||||
'dbstructure' => Friendica\Console\DatabaseStructure::class,
|
||||
'extract' => Friendica\Console\Extract::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue