mirror of
https://github.com/apple/pkl.git
synced 2026-03-11 21:05:26 +01:00
Fix CLI docs examples for -x
The examples were using the wrong key.
This commit is contained in:
@@ -342,7 +342,7 @@ The following command prints `Pigeon` to the console:
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
pkl eval -x metadata.name pigeon.pkl
|
||||
pkl eval -x metadata.species pigeon.pkl
|
||||
# => Pigeon
|
||||
----
|
||||
|
||||
@@ -356,7 +356,7 @@ metadata {
|
||||
}
|
||||
|
||||
output {
|
||||
text = metadata.name.toString()
|
||||
text = metadata.species.toString()
|
||||
}
|
||||
----
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user