You are here

function drush_hacked_details_validate in Hacked! 7.2

Same name and namespace in other branches
  1. 8.2 hacked.drush.inc \drush_hacked_details_validate()
  2. 6.2 hacked.drush.inc \drush_hacked_details_validate()

Validate hook for the hacked_details drush command.

File

./hacked.drush.inc, line 300

Code

function drush_hacked_details_validate($short_name = '') {
  return drush_hacked_drush_command_validate($short_name);
}