[PR #1052] [MERGED] Add command to generate shell completion #865

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1052
Author: @gordonbondon
Created: 4/25/2025
Status: Merged
Merged: 5/1/2025
Merged by: @bioball

Base: mainHead: add-completion-command


📝 Commits (4)

  • b5f4260 Add command to generate shell completion
  • bbc3cd3 Rename to shell-completion
  • 6f61594 Update pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt
  • 078e2e9 Update pkl-cli/src/test/kotlin/org/pkl/cli/CliShellCompletionTest.kt

📊 Changes

3 files changed (+57 additions, -1 deletions)

View changed files

📝 docs/modules/pkl-cli/pages/index.adoc (+17 -1)
📝 pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt (+6 -0)
pkl-cli/src/test/kotlin/org/pkl/cli/CliShellCompletionTest.kt (+34 -0)

📄 Description

No description provided


🔄 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/1052 **Author:** [@gordonbondon](https://github.com/gordonbondon) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `add-completion-command` --- ### 📝 Commits (4) - [`b5f4260`](https://github.com/apple/pkl/commit/b5f42604c9f23fe856212949bc0d6949ec74c9dc) Add command to generate shell completion - [`bbc3cd3`](https://github.com/apple/pkl/commit/bbc3cd336725790b90b070fdfb39b8a00362e9ec) Rename to shell-completion - [`6f61594`](https://github.com/apple/pkl/commit/6f61594741f05ed1acfc708979613ae501459e4d) Update pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt - [`078e2e9`](https://github.com/apple/pkl/commit/078e2e9c5053dd69d71c229f50274d8e1efba58d) Update pkl-cli/src/test/kotlin/org/pkl/cli/CliShellCompletionTest.kt ### 📊 Changes **3 files changed** (+57 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/pkl-cli/pages/index.adoc` (+17 -1) 📝 `pkl-cli/src/main/kotlin/org/pkl/cli/commands/RootCommand.kt` (+6 -0) ➕ `pkl-cli/src/test/kotlin/org/pkl/cli/CliShellCompletionTest.kt` (+34 -0) </details> ### 📄 Description _No description provided_ --- <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:21 +01:00
adam closed this issue 2025-12-30 01:27:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#865