mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
feat: display a list of generated files
Refs: OD-1
This commit is contained in:
parent
4d034d9ba2
commit
a6ff416012
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ $app->command(
|
|||
$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\'.';
|
||||
|
||||
generateFiles(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue