Skip to content

Commit 50be850

Browse files
committed
Add direct link to Splat syntax section
1 parent fe57554 commit 50be850

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/CoreOptions.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,10 @@ public static function optionSpecs(): array {
260260
'1',
261261
'Paths to Ignore',
262262
'Path matching these patterns will be ignored.' .
263-
' Glob syntax is supported via <a href="https://github.com/PHLAK/Splat">Splat</a>.',
263+
' Glob syntax is supported via ' .
264+
'<a href="' .
265+
'https://github.com/PHLAK/Splat?tab=readme-ov-file#matching-expressions' .
266+
'">Splat</a>.',
264267
implode(
265268
"\n",
266269
[

0 commit comments

Comments
 (0)