function drush_strongarm_revert in Strongarm 6.2
Same name and namespace in other branches
- 7.2 strongarm.drush.inc \drush_strongarm_revert()
Command callback for strongarm_revert.
File
- ./
strongarm.drush.inc, line 23
Code
function drush_strongarm_revert() {
_drush_strongarm_revert(drush_get_option('force', FALSE));
drush_log('Pushed variables from code to the database.', 'success');
}