mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-27 17:18:12 +00:00
Register missed commands
This commit is contained in:
parent
bac713ca38
commit
e494d51868
1 changed files with 8 additions and 0 deletions
|
@ -241,6 +241,10 @@ services:
|
||||||
- "%wallabag_core.site_credentials.encryption_key_path%"
|
- "%wallabag_core.site_credentials.encryption_key_path%"
|
||||||
- "@logger"
|
- "@logger"
|
||||||
|
|
||||||
|
wallabag_core.command.clean_downloaded_images:
|
||||||
|
class: Wallabag\CoreBundle\Command\CleanDownloadedImagesCommand
|
||||||
|
tags: ['console.command']
|
||||||
|
|
||||||
wallabag_core.command.clean_duplicates:
|
wallabag_core.command.clean_duplicates:
|
||||||
class: Wallabag\CoreBundle\Command\CleanDuplicatesCommand
|
class: Wallabag\CoreBundle\Command\CleanDuplicatesCommand
|
||||||
tags: ['console.command']
|
tags: ['console.command']
|
||||||
|
@ -249,6 +253,10 @@ services:
|
||||||
class: Wallabag\CoreBundle\Command\ExportCommand
|
class: Wallabag\CoreBundle\Command\ExportCommand
|
||||||
tags: ['console.command']
|
tags: ['console.command']
|
||||||
|
|
||||||
|
wallabag_core.command.generate_url_hashes:
|
||||||
|
class: Wallabag\CoreBundle\Command\GenerateUrlHashesCommand
|
||||||
|
tags: ['console.command']
|
||||||
|
|
||||||
wallabag_core.command.install:
|
wallabag_core.command.install:
|
||||||
class: Wallabag\CoreBundle\Command\InstallCommand
|
class: Wallabag\CoreBundle\Command\InstallCommand
|
||||||
tags: ['console.command']
|
tags: ['console.command']
|
||||||
|
|
Loading…
Reference in a new issue