mirror of
https://github.com/apple/pkl.git
synced 2026-01-18 01:17:00 +01:00
Making these classes caused native-image to statically initialize them at build time, which included CLI argument default values (like working dir). This turns them back into classes. Co-authored-by: Islon Scherer <islonscherer@gmail.com>
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL