When doing a normal taxonomy import i get the mentioned error message.
The root of the problem is input options check done as part of option validation probably.
It doesn't allow other than strictly defined options to come to the command, however this protection is kind of redundant.
Drush has own options like --include etc and they are needed in certain cases.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1528432-options_check_removed.patch | 646 bytes | lex0r |
Comments
Comment #1
lex0r commentedA patch fixing that (7.x-5.10!) is attached.
Comment #2
lex0r commentedComment #3
Daniel_KM commentedHi,
This protection is not redondant, but you're not wrong. And finally, with new options in Drush 5, it becomes more convenient to remove this check.
Sincerely,
Daniel Berthereau
Infodoc & Knowledge management
Comment #4
Daniel_KM commentedHi,
This was a duplicate of #1395090: Drush support issues and #1475952: Drush- Unknown options: structure-tables, skip-tables, config-file, context-path, php..
Sincerely,
Daniel Berthereau
Infodoc & Knowledge management