Fix missing pkl eval subcommand in documentation examples

This commit is contained in:
Lily Ballard
2024-02-07 11:51:56 -08:00
committed by Dan Chao
parent 9e987b3523
commit c20119b1f6
2 changed files with 6 additions and 6 deletions

View File

@@ -342,7 +342,7 @@ The following command prints `Pigeon` to the console:
[source,shell]
----
pkl -x metadata.name pigeon.pkl
pkl eval -x metadata.name pigeon.pkl
# => Pigeon
----