drush pm-enable
Enable one or more extensions (modules or themes).
Drush Command
drush pm-enable
Arguments
extensions : A list of modules or themes. You can use the * wildcard at the end of extension names to enable all matches.
Aliases
drush en
Options
--resolve-dependencies : Attempt to download any missing dependencies. At the moment, only works when the module name is the same as the project name.
--skip : Skip automatic downloading of libraries (c.f. devel).