mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #596] [MERGED] Fix property parsing bug in the cli #632
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/596
Author: @stackoverflow
Created: 7/24/2024
Status: ✅ Merged
Merged: 7/25/2024
Merged by: @stackoverflow
Base:
main← Head:fix-cli-properties📝 Commits (2)
0e36213Fix property parsing bug in the cli1d96150fix remark📊 Changes
2 files changed (+14 additions, -4 deletions)
View changed files
📝
pkl-commons-cli/src/main/kotlin/org/pkl/commons/cli/commands/BaseOptions.kt(+12 -2)📝
pkl-commons-cli/src/test/kotlin/org/pkl/commons/cli/BaseCommandTest.kt(+2 -2)📄 Description
This fixes a bug where a property set as
-p foo=would be parsed as"true"instead of"".🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.