[PR #205] [MERGED] Fix multiple output example code #450

Closed
opened 2025-12-30 01:24:33 +01:00 by adam · 0 comments
Owner

📋 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.25Head: patch-1


📝 Commits (1)

  • 681a626 Fix 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 -m is incorrect.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/205 **Author:** [@WardsParadox](https://github.com/WardsParadox) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `release/0.25` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`681a626`](https://github.com/apple/pkl/commit/681a626b7995be8553487f2ab0bb0fc6fb2b0e16) Fix multiple output example code ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/language-reference/pages/index.adoc` (+1 -1) </details> ### 📄 Description Example given on pkl docs for `-m` is incorrect. ```sh pkl eval -m output/ pigeon.pkl –– Pkl Error –– Cannot find module `../pkl_schemas/pigeon.pkl`. ``` Should be ```sh pkl eval -m output/ birds.pkl output/birds/pigeon.json output/birds/parrot.yaml ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:33 +01:00
adam closed this issue 2025-12-30 01:24:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#450