function drush_tripal_feature_sync
2.x tripal_feature.drush.inc | drush_tripal_feature_sync() |
3.x tripal_feature.drush.inc | drush_tripal_feature_sync() |
1.x tripal_feature.drush.inc | drush_tripal_feature_sync() |
File
- tripal_feature/
tripal_feature.drush.inc, line 99 - Contains function relating to drush-integration of this module.
Code
function drush_tripal_feature_sync() {
$feature_id = drush_get_option('id');
tripal_feature_sync_feature($feature_id);
}