Original PR: https://github.com/apple/pkl/pull/1161 Author: @gordonbondon Created: 7/30/2025 Status: ✅ Merged Merged: 8/26/2025 Merged by: @bioball
Base: main ← Head: path-completion
main
path-completion
1961c7c
455739e
a9058df
9cf45ae
5 files changed (+26 additions, -5 deletions)
📝 pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt (+3 -0) 📝 pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt (+2 -0) 📝 pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt (+6 -1) 📝 pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt (+9 -3) 📝 pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt (+6 -1)
pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt
pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt
pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt
Fixes #1160
🔄 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/1161
Author: @gordonbondon
Created: 7/30/2025
Status: ✅ Merged
Merged: 8/26/2025
Merged by: @bioball
Base:
main← Head:path-completion📝 Commits (4)
1961c7cFix shell completion for paths455739eSwitch to custom completion for modules commanda9058dfUpdate to use custom completion9cf45aeremove choice📊 Changes
5 files changed (+26 additions, -5 deletions)
View changed files
📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/EvalCommand.kt(+3 -0)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/ProjectCommand.kt(+2 -0)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/TestCommand.kt(+6 -1)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt(+9 -3)📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/ModulesCommand.kt(+6 -1)📄 Description
Fixes #1160
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.