mirror of
https://github.com/apple/pkl.git
synced 2026-01-14 15:43:41 +01:00
[PR #169] [MERGED] Rename some CLI classes for consistency #436
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/169
Author: @odenix
Created: 2/16/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @bioball
Base:
main← Head:rename-classes📝 Commits (1)
b8cc2a6Rename some CLI classes for consistency📊 Changes
6 files changed (+16 additions, -18 deletions)
View changed files
📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliPackageDownloader.kt(+1 -1)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectCommand.kt(+2 -4)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectPackager.kt(+1 -1)📝
pkl-cli/src/main/kotlin/org/pkl/cli/CliProjectResolver.kt(+1 -1)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/DownloadPackageCommand.kt(+2 -2)📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliPackageDownloaderTest.kt(+9 -9)📄 Description
CliDownloadPackageCommand -> CliPackageDownloader (consistent with CliProjectPackager/CliProjectResolver) CliAbstractProjectCommand -> CliProjectCommand (consistent with CliCommand)
As I learned yesterday, I'm touching a public API here. Let me know if this is acceptable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.