mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01: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
|
||||
|
||||
|`*.pc[lf]`
|
||||
|Anything suffixed by `.pkl`, or `.pcf`.
|
||||
|`*.pk[lg]`
|
||||
|Anything suffixed by `.pkl`, or `.pkg`.
|
||||
|
||||
|`**.y{a,}ml`
|
||||
|Anything suffixed by either `yml` or `yaml`, crossing directory boundaries.
|
||||
|
||||
Reference in New Issue
Block a user