mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
pkldoc always runs with testMode flag set to true
#339
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?
Originally created by @bioball on GitHub (Aug 14, 2025).
The pkldoc CLI always runs with the internal
testModeflag set to true, with no ability to turn it off.This is an internal-only flag meant for testing Pkl itself, and should be behind a CLI flag that defaults to false.