mirror of
https://github.com/apple/pkl.git
synced 2026-02-26 04:14:57 +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>