mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #963] [MERGED] Make CliktCommands classes #829
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:make-commands-classes📝 Commits (1)
69dcac9Make 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.