feat: --ai work in progress

This commit is contained in:
nuno maduro
2026-04-03 14:04:20 +01:00
parent ce05ee9aad
commit c1a54df233
5 changed files with 48 additions and 1 deletions

View File

@ -107,6 +107,13 @@ final readonly class Help implements HandlesArguments
'desc' => 'Initialise a standard Pest configuration',
]], ...$content['Configuration']];
$content['AI'] = [
[
'arg' => '--ai',
'desc' => 'Run a code snippet as a fully scaffolded test for AI verification',
],
];
$content['Execution'] = [...[
[
'arg' => '--parallel',