mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Add console contact command
This commit is contained in:
parent
1f4a528cdf
commit
ba4492ea81
2 changed files with 291 additions and 0 deletions
|
@ -47,6 +47,7 @@ Commands:
|
|||
addon Addon management
|
||||
cache Manage node cache
|
||||
config Edit site config
|
||||
contact Contact management
|
||||
createdoxygen Generate Doxygen headers
|
||||
dbstructure Do database updates
|
||||
docbloxerrorchecker Check the file tree for DocBlox errors
|
||||
|
@ -78,6 +79,7 @@ HELP;
|
|||
'addon' => Friendica\Console\Addon::class,
|
||||
'cache' => Friendica\Console\Cache::class,
|
||||
'config' => Friendica\Console\Config::class,
|
||||
'contact' => Friendica\Console\Contact::class,
|
||||
'createdoxygen' => Friendica\Console\CreateDoxygen::class,
|
||||
'docbloxerrorchecker' => Friendica\Console\DocBloxErrorChecker::class,
|
||||
'dbstructure' => Friendica\Console\DatabaseStructure::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue