From 9ceec307acb372140a4468c1788c2bb189b3a6b0 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Mon, 1 Dec 2014 17:36:47 +0000 Subject: [PATCH] Fixing RunCommand --- PHPCI/Command/RunCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PHPCI/Command/RunCommand.php b/PHPCI/Command/RunCommand.php index 8149d362..f6aa1288 100644 --- a/PHPCI/Command/RunCommand.php +++ b/PHPCI/Command/RunCommand.php @@ -62,7 +62,8 @@ class RunCommand extends Command { $this ->setName('phpci:run-builds') - ->setDescription('Run all pending PHPCI builds.'); + ->setDescription('Run all pending PHPCI builds.') + ->addOption('verbose', 'v', InputOption::VALUE_NONE); } /**