Original PR: https://github.com/apple/pkl/pull/205 Author: @WardsParadox Created: 2/19/2024 Status: ✅ Merged Merged: 2/20/2024 Merged by: @stackoverflow
Base: release/0.25 ← Head: patch-1
release/0.25
patch-1
681a626
1 file changed (+1 additions, -1 deletions)
📝 docs/modules/language-reference/pages/index.adoc (+1 -1)
docs/modules/language-reference/pages/index.adoc
Example given on pkl docs for -m is incorrect.
-m
pkl eval -m output/ pigeon.pkl –– Pkl Error –– Cannot find module `../pkl_schemas/pigeon.pkl`.
Should be
pkl eval -m output/ birds.pkl output/birds/pigeon.json output/birds/parrot.yaml
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/205
Author: @WardsParadox
Created: 2/19/2024
Status: ✅ Merged
Merged: 2/20/2024
Merged by: @stackoverflow
Base:
release/0.25← Head:patch-1📝 Commits (1)
681a626Fix multiple output example code📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
docs/modules/language-reference/pages/index.adoc(+1 -1)📄 Description
Example given on pkl docs for
-mis incorrect.Should be
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.