]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Command/ImportCommand.php
Add Instapaper to CLI import
[github/wallabag/wallabag.git] / 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');