[PR #1161] [MERGED] Fix shell completion for paths #921

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

📋 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: mainHead: path-completion


📝 Commits (4)

  • 1961c7c Fix shell completion for paths
  • 455739e Switch to custom completion for modules command
  • a9058df Update to use custom completion
  • 9cf45ae remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1161 **Author:** [@gordonbondon](https://github.com/gordonbondon) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `path-completion` --- ### 📝 Commits (4) - [`1961c7c`](https://github.com/apple/pkl/commit/1961c7c6fc969946e32f9f75ce97955ba463c083) Fix shell completion for paths - [`455739e`](https://github.com/apple/pkl/commit/455739ef0dcd91ca47a3943d62f11896d1815327) Switch to custom completion for modules command - [`a9058df`](https://github.com/apple/pkl/commit/a9058dfb2f28634cb199171182d245802e4fb049) Update to use custom completion - [`9cf45ae`](https://github.com/apple/pkl/commit/9cf45ae0d9b82cdec4491c12988122302fb4912a) remove choice ### 📊 Changes **5 files changed** (+26 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #1160 --- <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:45 +01:00
adam closed this issue 2025-12-30 01:27:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#921