As described in #687846: Evangelize maintainers of modules with drush interfaces to modernize code to match recent drush changes, the API for drush command has changed from using spaces as separators to dashes, the (trivial) attached patch does exactly that. It shouldn't break 2.1 support while provide forward-compatibility for the upcoming 3.x branch.
| Comment | File | Size | Author |
|---|---|---|---|
| dashes.patch | 465 bytes | anarcat |
Comments
Comment #1
anarcat commentedI was kindly allowed by dmitri to commit to this project so I just went ahead and committed this trivial fix.