I am developing my custom drush script and I am using drush_features_revert_all() function. During revert procedure this function displays confirm message "'Do you really want to continue?'" and exits if user types 'n'. So it isn't possible to run the rest part of the script.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | quickfix-1696486-0.patch | 318 bytes | chi |
Comments
Comment #1
chi commentedJust made it like drush_pm_enable()
Comment #2
mpotter commentedSeems pretty reasonable but still welcome other opinions.
Comment #3
hefox commentedSeems fine to me also. I think this has been reported before, but not with a patch. Or maybe someone mentioned it in irc.
Comment #4
mpotter commentedCommitted in 89c674f.
Comment #5
hefox commented