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); } /**