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 39649c2 commit be65babCopy full SHA for be65bab
src/Command/CommandHelper.php
@@ -362,6 +362,11 @@ public static function begin(
362
$errorOutput->writeLineFormatted($error);
363
$errorOutput->writeLineFormatted('');
364
}
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
370
throw new InceptionNotSuccessfulException();
371
} catch (ValidationException $e) {
372
foreach ($e->getMessages() as $message) {
0 commit comments