[PR #963] [MERGED] Make CliktCommands classes #829

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/963
Author: @bioball
Created: 2/18/2025
Status: Merged
Merged: 2/18/2025
Merged by: @bioball

Base: mainHead: make-commands-classes


📝 Commits (1)

  • 69dcac9 Make CliktCommands classes

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 pkl-cli/src/main/kotlin/org/pkl/cli/commands/AnalyzeCommand.kt (+2 -2)
📝 pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt (+2 -2)
📝 pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/Main.kt (+2 -2)

📄 Description

Missed these three classes.

This prevents the AOT compiler from statically initializing CLI argument default values (like working dir).


🔄 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/963 **Author:** [@bioball](https://github.com/bioball) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/18/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `make-commands-classes` --- ### 📝 Commits (1) - [`69dcac9`](https://github.com/apple/pkl/commit/69dcac96102c2dd2de33999ce1f065c68e888f10) Make CliktCommands classes ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `pkl-cli/src/main/kotlin/org/pkl/cli/commands/AnalyzeCommand.kt` (+2 -2) 📝 `pkl-codegen-java/src/main/kotlin/org/pkl/codegen/java/Main.kt` (+2 -2) 📝 `pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/Main.kt` (+2 -2) </details> ### 📄 Description Missed these three classes. This prevents the AOT compiler from statically initializing CLI argument default values (like working dir). --- <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:27:04 +01:00
adam closed this issue 2025-12-30 01:27:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#829