feat: add Pest options to help output

This commit is contained in:
Owen Voke
2020-11-10 13:42:00 +00:00
parent 925636be61
commit 78181f66f6
2 changed files with 39 additions and 0 deletions

View File

@ -148,5 +148,7 @@ final class Command extends BaseCommand
$version = Container::getInstance()->get(Version::class);
$version->handleArguments(['--version']);
parent::showHelp();
(new Help($this->output))();
}
}