[PR #89] [MERGED] Fix missing pkl eval subcommand in documentation examples #406

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/89
Author: @lilyball
Created: 2/7/2024
Status: Merged
Merged: 2/7/2024
Merged by: @holzensp

Base: mainHead: langref-pkl-eval


📝 Commits (2)

  • c0bca88 Fix missing pkl eval subcommand in documentation examples
  • d4a87c1 Fix CLI docs examples for -x

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 docs/modules/language-reference/pages/index.adoc (+5 -5)
📝 docs/modules/pkl-cli/pages/index.adoc (+2 -2)

📄 Description

A bunch of examples were trying to invoke pkl on a file directly without using a subcommand.

Also fix the docs for pkl eval -x that used the wrong key.


🔄 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/89 **Author:** [@lilyball](https://github.com/lilyball) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `main` ← **Head:** `langref-pkl-eval` --- ### 📝 Commits (2) - [`c0bca88`](https://github.com/apple/pkl/commit/c0bca880dad5c51dcab8e4fef60c3055a719869f) Fix missing `pkl eval` subcommand in documentation examples - [`d4a87c1`](https://github.com/apple/pkl/commit/d4a87c182a9428b6f0c1f8d76f80523a130f789f) Fix CLI docs examples for `-x` ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/language-reference/pages/index.adoc` (+5 -5) 📝 `docs/modules/pkl-cli/pages/index.adoc` (+2 -2) </details> ### 📄 Description A bunch of examples were trying to invoke `pkl` on a file directly without using a subcommand. Also fix the docs for `pkl eval -x` that used the wrong key. --- <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:19 +01:00
adam closed this issue 2025-12-30 01:24:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#406