mirror of
https://github.com/apple/pkl.git
synced 2026-01-14 07:33:40 +01:00
[PR #1161] [MERGED] Fix shell completion for paths #921
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/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.