It looks like Views itself is incorporating Drush commands lately, see http://drupal.org/node/1096650.
When executing Drush in a D7 site with a recent version of Views you get this:
Fatal error: Cannot redeclare drush_views_list() (previously declared in .../.drush/drush_views/drush_views.drush.inc:219) in .../sites/all/modules/contrib/views/drush/views.drush.inc on line 376
Will this module be phased out in favor for the Drush commands in Views itself?
Comments
Comment #1
DjebbZ commentedI participated in the writing of the drush views-list command in core Views without knowing that this module existed. I think Views itself is deprecating your project, since this command (and others coming) have been commited. I was going to write the drush views-export command, but since you did it plus others commands, we should just incorporate/adjust them into Views (plus, in Views they're more supported, tested by the maintainer and made compatible with v6 and v7 of Views).
Comment #2
DjebbZ commentedCross-posting in this issue in Views.
Comment #3
pescetti commentedI'm in favor of deprecating this module and move all further development into Views. All pending issues have now been addressed and several new commands have been added to the new version 3.0 of Drush Views. If there is anything worth including in Views, feel free to take it. A Drupal 7 version of Drush Views is not planned.