X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fcommands%2Fcore%2Fdocs.drush.inc;h=432f12b6e1a9ba0c56c31c198381c06b7f2258b6;hp=f5784f7ae76cd9d891cd1796603e369465ebb549;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drush/drush/commands/core/docs.drush.inc b/vendor/drush/drush/commands/core/docs.drush.inc index f5784f7ae..432f12b6e 100644 --- a/vendor/drush/drush/commands/core/docs.drush.inc +++ b/vendor/drush/drush/commands/core/docs.drush.inc @@ -65,14 +65,6 @@ function docs_drush_command() { 'callback' => 'drush_print_file', 'callback arguments' => array($docs_dir . '/examples/example.drushrc.php'), ); - $items['docs-config-filter'] = array( - 'description' => 'Drupal Configuration Filtering with custom storage filters.', - 'hidden' => TRUE, - 'topic' => TRUE, - 'bootstrap' => DRUSH_BOOTSTRAP_NONE, - 'callback' => 'drush_print_file', - 'callback arguments' => array($docs_dir . '/docs/config-filter.md'), - ); $items['docs-config-exporting'] = array( 'description' => 'Drupal configuration export instructions, including customizing configuration by environment.', 'hidden' => TRUE,