1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

Add Instapaper to CLI import

This commit is contained in:
Laurent 2016-11-01 18:33:32 +08:00
parent e52ee565f7
commit 995d909d0f

View file

@ -50,6 +50,9 @@ class ImportCommand extends ContainerAwareCommand
case 'chrome':
$wallabag = $this->getContainer()->get('wallabag_import.chrome.import');
break;
case 'instapaper':
$wallabag = $this->getContainer()->get('wallabag_import.instapaper.import');
break;
case 'v1':
default:
$wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');