X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fsrc%2FCommands%2FGreetCommand.php;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fsrc%2FCommands%2FGreetCommand.php;h=cd52c0ce2448efed1394de743a6ef1ab70d49fee;hp=644630b7d912810d4702e7c14dde6378672fa2f5;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php b/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php index 644630b7d..cd52c0ce2 100644 --- a/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php +++ b/vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php @@ -26,10 +26,10 @@ class GreetCommand extends Command 'Who do you want to greet?' ) ->addOption( - 'yell', - null, - InputOption::VALUE_NONE, - 'If set, the task will yell in uppercase letters' + 'yell', + null, + InputOption::VALUE_NONE, + 'If set, the task will yell in uppercase letters' ) ; }