diff options
author | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-05-30 17:48:24 +0200 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-06-01 09:49:15 +0200 |
commit | d5c2cc54b5490b0bec46f39d7706d5d46869e872 (patch) | |
tree | a40c4b73e13038d268b4f1f46c02bca5525bddee /src/Wallabag/ImportBundle/Command | |
parent | 432a24f5028446f1bc5c184905f8406bbef8bf05 (diff) | |
download | wallabag-d5c2cc54b5490b0bec46f39d7706d5d46869e872.tar.gz wallabag-d5c2cc54b5490b0bec46f39d7706d5d46869e872.tar.zst wallabag-d5c2cc54b5490b0bec46f39d7706d5d46869e872.zip |
Fix tests
Diffstat (limited to 'src/Wallabag/ImportBundle/Command')
-rw-r--r-- | src/Wallabag/ImportBundle/Command/ImportCommand.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/ImportBundle/Command/ImportCommand.php b/src/Wallabag/ImportBundle/Command/ImportCommand.php index bca800e6..0829a1da 100644 --- a/src/Wallabag/ImportBundle/Command/ImportCommand.php +++ b/src/Wallabag/ImportBundle/Command/ImportCommand.php | |||
@@ -20,6 +20,7 @@ class ImportCommand extends ContainerAwareCommand | |||
20 | ->addArgument('filepath', InputArgument::REQUIRED, 'Path to the JSON file') | 20 | ->addArgument('filepath', InputArgument::REQUIRED, 'Path to the JSON file') |
21 | ->addOption('importer', null, InputArgument::OPTIONAL, 'The importer to use: v1, v2, instapaper, pinboard, readability, firefox or chrome', 'v1') | 21 | ->addOption('importer', null, InputArgument::OPTIONAL, 'The importer to use: v1, v2, instapaper, pinboard, readability, firefox or chrome', 'v1') |
22 | ->addOption('markAsRead', null, InputArgument::OPTIONAL, 'Mark all entries as read', false) | 22 | ->addOption('markAsRead', null, InputArgument::OPTIONAL, 'Mark all entries as read', false) |
23 | ->addOption('useUserId', null, InputArgument::OPTIONAL, 'Use user id instead of username to find account', false) | ||
23 | ->addOption('disableContentUpdate', null, InputOption::VALUE_NONE, 'Disable fetching updated content from URL') | 24 | ->addOption('disableContentUpdate', null, InputOption::VALUE_NONE, 'Disable fetching updated content from URL') |
24 | ; | 25 | ; |
25 | } | 26 | } |