X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fcommands%2Fcore%2Foutputformat%2Fhtml.tpl.php;fp=vendor%2Fdrush%2Fdrush%2Fcommands%2Fcore%2Foutputformat%2Fhtml.tpl.php;h=0000000000000000000000000000000000000000;hp=44a4efcba50bd8bf593944e29e35ccffee7ecaaa;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/commands/core/outputformat/html.tpl.php b/vendor/drush/drush/commands/core/outputformat/html.tpl.php deleted file mode 100644 index 44a4efcba..000000000 --- a/vendor/drush/drush/commands/core/outputformat/html.tpl.php +++ /dev/null @@ -1,29 +0,0 @@ - -Drush help - -

Global Options (see `drush topic core-global-options` for the full list)

- $row) { - print ''; - foreach ($row as $value) { - print "\n"; - } - print "\n"; - } ?> -
" . htmlspecialchars($value) . "
-

Command list

- $command) { - print " \n"; - } ?> -
$key" . $command['description'] . "
-

Command detail

-
$command) { - print "\n
$key
\n";
-        drush_core_helpsingle($key);
-        print "
\n"; - } - ?> - -