Closed (fixed)
Project:
Drush
Version:
All-versions-3.3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2010 at 21:56 UTC
Updated:
14 Sep 2010 at 20:40 UTC
The sandwich.drush.inc example file is out of date. It uses the following for the "examples" key:
'examples' => array(
'drush make-me-a-sandwich turkey --spreads=ketchup,mustard',
),
However, when I use that pattern I get the the a column 0 and a column with that text. The actual format to use is (taken from sql-sync):
'examples' => array(
'drush sql-sync @dev @prod' => 'Copy the DB defined in sites/dev to the DB in sites/prod.',
),
That is, it's an associative array of example and description of the example.
Comments
Comment #1
moshe weitzman commentedOK, come up with humorous description :)
Comment #2
Crell commented"Make a terrible-tasting sandwich that is lacking in pickles."
Comment #3
moshe weitzman commentedWell done. Committed.