]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add Instapaper to CLI import 2524/head
authorLaurent <laurent@ghirardotti.fr>
Tue, 1 Nov 2016 10:33:32 +0000 (18:33 +0800)
committerLaurent <laurent@ghirardotti.fr>
Tue, 1 Nov 2016 10:33:32 +0000 (18:33 +0800)
src/Wallabag/ImportBundle/Command/ImportCommand.php

index 1df38295fca33dc64a3b7d54303f0eb1a4b8ce96..d1325338ddc8125f82dc3d0460b1515b0865859b 100644 (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');