Hi,
I wanted to analyze .info files of a module so I ran the command (example below) specifying the --extension option.
drush dcs ctools --extensions=info
The test passed but it wasn't possible because this file contained mistakes. In this case the .info files has some unnecessary file declarations
I had a look at the code and the problem come from the implode function that is always executed on the $extensions variable.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | coder-fixing_extension_command_option-1926870-1.patch | 1.69 KB | JulienD |
Comments
Comment #1
JulienD commentedI created a patch to repair the --extension option and I've also removed two spaces in the command description.
This patch is part of the #1day1patch initiative.
Comment #2
klausiCommitted, thanks!
Comment #3.0
(not verified) commentedUpdated issue summary.