Hi,
As Moshe put it in another discussion, the basic listing of available commands gets quite long .. I just realised that it lists the commands even though the module isn't enabled on the site where i run drush (th listinf is based on the mere existence of the proper file in all/modules I suppose) ... This is slightly misleading.
Example :
dellmia:/var/drupal/sites/tdedist# drush | grep features
features List all the available features for your site.
features export Export a feature from your site into a module.
features update Update a feature module on your site.
features revert Revert a feature module on your site.
dellmia:/var/drupal/sites/tdedist# drush statusmodules | grep features
Features (features) Disabled Provides feature management for Drupal.
Comments
Comment #1
moshe weitzman commentedwas discussed at length before 2.0 was relased. we decided to go for speed over accuracy in this case. you can't run commands from disabled modules so it is a cosmetic problem.