mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-23 05:56:18 +00:00
Add Instapaper to CLI import
This commit is contained in:
parent
e52ee565f7
commit
995d909d0f
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ class ImportCommand extends ContainerAwareCommand
|
||||||
case 'chrome':
|
case 'chrome':
|
||||||
$wallabag = $this->getContainer()->get('wallabag_import.chrome.import');
|
$wallabag = $this->getContainer()->get('wallabag_import.chrome.import');
|
||||||
break;
|
break;
|
||||||
|
case 'instapaper':
|
||||||
|
$wallabag = $this->getContainer()->get('wallabag_import.instapaper.import');
|
||||||
|
break;
|
||||||
case 'v1':
|
case 'v1':
|
||||||
default:
|
default:
|
||||||
$wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
|
$wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
|
||||||
|
|
Loading…
Reference in a new issue