mirror of
https://github.com/friendica/friendica
synced 2025-04-29 00:24:24 +02:00
Move daemon to Console Command
This commit is contained in:
parent
afa2969b39
commit
b0ec3ad0c9
4 changed files with 262 additions and 222 deletions
|
@ -37,6 +37,7 @@ Commands:
|
|||
config Edit site config
|
||||
contact Contact management
|
||||
createdoxygen Generate Doxygen headers
|
||||
daemon Interacting with the Friendica daemons
|
||||
dbstructure Do database updates
|
||||
docbloxerrorchecker Check the file tree for DocBlox errors
|
||||
extract Generate translation string file for the Friendica project (deprecated)
|
||||
|
@ -75,6 +76,7 @@ HELP;
|
|||
'config' => Friendica\Console\Config::class,
|
||||
'contact' => Friendica\Console\Contact::class,
|
||||
'createdoxygen' => Friendica\Console\CreateDoxygen::class,
|
||||
'daemon' => Friendica\Console\Daemon::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