Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am obad2015 on github.
  • I am obad2015 (https://keybase.io/obad2015) on keybase.
  • I have a public key ASDLXI_JW8vvpIsOHozX3oo4Wy0U7_zepA3Os9ybZGnCWwo

To claim this, I am signing this object:

<?php
function drush_sandwich_make_me_a_sandwich($filling = 'ascii') {
... implementation here ...
}
function foo_drush_command() {
$items = array();
$items['make-me-a-sandwich'] = array(
'description' => "Makes a delicious sandwich.",
'arguments' => array(
'filling' => 'The type of the sandwich (turkey, cheese, etc.)',
),
'options' => array(
'spreads' => 'Comma delimited list of spreads (e.g. mayonnaise, mustard)',
),
function foo_drush_command() {
$items = array();
$items['make-me-a-sandwich'] = array(
'description' => "Makes a delicious sandwich.",
'arguments' => array(
'filling' => 'The type of the sandwich (turkey, cheese, etc.)',
),
'options' => array(
'spreads' => 'Comma delimited list of spreads (e.g. mayonnaise, mustard)',
),