We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fa8b6 commit 5d3413eCopy full SHA for 5d3413e
examples/runner
@@ -51,6 +51,7 @@ $app = (new SingleCommandApplication('Symfony AI Example Runner'))
51
->name($filter)
52
->exclude('vendor')
53
->sortByName()
54
+ ->notName('bootstrap.php')
55
->files();
56
57
$io->comment(sprintf('Found %d example(s) to run.', count($examples)));
0 commit comments