mirror of
https://github.com/apple/pkl.git
synced 2026-04-25 01:38:34 +02:00
Fix incorrect glob example (#956)
Correct glob docs and use realistic file extensions.
This commit is contained in:
@@ -5076,8 +5076,8 @@ TIP: If incorporating escape characters into a glob pattern, use <<custom-string
|
|||||||
|===
|
|===
|
||||||
|Pattern |Description
|
|Pattern |Description
|
||||||
|
|
||||||
|`*.pc[lf]`
|
|`*.pk[lg]`
|
||||||
|Anything suffixed by `.pkl`, or `.pcf`.
|
|Anything suffixed by `.pkl`, or `.pkg`.
|
||||||
|
|
||||||
|`**.y{a,}ml`
|
|`**.y{a,}ml`
|
||||||
|Anything suffixed by either `yml` or `yaml`, crossing directory boundaries.
|
|Anything suffixed by either `yml` or `yaml`, crossing directory boundaries.
|
||||||
|
|||||||
Reference in New Issue
Block a user