It would be nice if the naming were more consistent here. I'm not sure what the procedure is on drupal.org for renaming files.
Dynamic Field creates an issue with drush because if you do
drush dl dynamicfield
drush en dynamicfield
it fails because it can't find dynamicfiled b/c the actual module is named phptext
You need to instead use
drush dl dynamicfield
drush en phptext
It would be nice if it worked like other modules where the name is consistent in all cases with drupal.org/project/PROJECTNAME
so if you find a module at /project/name then you install with
drush dl name
drush en name
Comments
Comment #1
ergophobe commentedBad title - but I can't change it now. Dynamic field is compatible and works fine with drush, it's just a bit confusing because of the naming conventions