Skip to content

Commit fbe14a4

Browse files
authored
Excluded path: include example for optional path
Make more clear how to mark an excluded path optional, with the use of `(?)` suffix
1 parent 35d4189 commit fbe14a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Command/CommandHelper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ public static function begin(
380380
}
381381

382382
$errorOutput->writeLineFormatted('If the excluded path can sometimes exist, append <fg=cyan>(?)</>');
383-
$errorOutput->writeLineFormatted('to its config entry to mark it as optional.');
383+
$errorOutput->writeLineFormatted('to its config entry to mark it as optional. Example:');
384+
$errorOutput->writeLineFormatted(' <fg=cyan>- path/something (?)</>');
384385
$errorOutput->writeLineFormatted('');
385386

386387
throw new InceptionNotSuccessfulException();

0 commit comments

Comments
 (0)