Closed (fixed)
Project:
Module Builder
Component:
Drush support
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2010 at 18:20 UTC
Updated:
11 Jul 2010 at 10:20 UTC
Jump to comment: Most recent file
Drush now has a standard form for commands: pm-download, cache-clear, sql-query, where the first part is the module (or Drush plugin) which provides the command. Commands may also have an abbreviated version.
We should match this pattern, so:
- mb-build (mb) -- build module code
- mb-list (hooks) -- list hooks
- mb-dl -- download hook data
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush-commands.patch | 2.91 KB | dawehner |
Comments
Comment #1
dawehnerHere is a patch
Comment #2
joachim commented#781294 by dereine: Changed change drush commands to match drush core.
Committed. Thanks :)