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 35d4189 commit fbe14a4Copy full SHA for fbe14a4
src/Command/CommandHelper.php
@@ -380,7 +380,8 @@ public static function begin(
380
}
381
382
$errorOutput->writeLineFormatted('If the excluded path can sometimes exist, append <fg=cyan>(?)</>');
383
- $errorOutput->writeLineFormatted('to its config entry to mark it as optional.');
+ $errorOutput->writeLineFormatted('to its config entry to mark it as optional. Example:');
384
+ $errorOutput->writeLineFormatted(' <fg=cyan>- path/something (?)</>');
385
$errorOutput->writeLineFormatted('');
386
387
throw new InceptionNotSuccessfulException();
0 commit comments