Skip to content

Commit be65bab

Browse files
committed
Suggest appending (?) to excludePaths entry
1 parent 39649c2 commit be65bab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Command/CommandHelper.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,11 @@ public static function begin(
362362
$errorOutput->writeLineFormatted($error);
363363
$errorOutput->writeLineFormatted('');
364364
}
365+
366+
$errorOutput->writeLineFormatted('If the excluded path can sometimes exist, append <fg=cyan>(?)</>');
367+
$errorOutput->writeLineFormatted('to its config entry to mark it as optional.');
368+
$errorOutput->writeLineFormatted('');
369+
365370
throw new InceptionNotSuccessfulException();
366371
} catch (ValidationException $e) {
367372
foreach ($e->getMessages() as $message) {

0 commit comments

Comments
 (0)