mirror of
https://github.com/apple/pkl.git
synced 2026-03-29 21:31:51 +02: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>