mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-22 20:58:22 +00:00
feat: display a list of generated files
Refs: OD-1
This commit is contained in:
parent
4d034d9ba2
commit
a6ff416012
|
@ -119,6 +119,10 @@ $app->command(
|
||||||
$filesToGenerate->push(['drupal-project/phpunit.xml.dist', 'phpunit.xml.dist']);
|
$filesToGenerate->push(['drupal-project/phpunit.xml.dist', 'phpunit.xml.dist']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Display a list of generated files.
|
||||||
|
$io->write('Generated files:');
|
||||||
|
$io->listing($filesToGenerate->pluck(1)->sort()->toArray());
|
||||||
|
|
||||||
$configurationData['managedText'] = 'Do not edit this file. It is automatically generated by \'build-configs\'.';
|
$configurationData['managedText'] = 'Do not edit this file. It is automatically generated by \'build-configs\'.';
|
||||||
|
|
||||||
generateFiles(
|
generateFiles(
|
||||||
|
|
Loading…
Reference in a new issue