From 995d909d0f10c9cbdafb92fc10445c959b476740 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 1 Nov 2016 18:33:32 +0800 Subject: [PATCH] Add Instapaper to CLI import --- src/Wallabag/ImportBundle/Command/ImportCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Wallabag/ImportBundle/Command/ImportCommand.php b/src/Wallabag/ImportBundle/Command/ImportCommand.php index 1df38295..d1325338 100644 --- a/src/Wallabag/ImportBundle/Command/ImportCommand.php +++ b/src/Wallabag/ImportBundle/Command/ImportCommand.php @@ -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'); -- 2.41.0