mirror of
https://github.com/apple/pkl.git
synced 2026-01-15 08:03:40 +01:00
27 lines
726 B
Plaintext
27 lines
726 B
Plaintext
[[project-dir]]
|
|
.--project-dir
|
|
[%collapsible]
|
|
====
|
|
Default: (none) +
|
|
Example: `/some/path` +
|
|
Directory where the project lives.
|
|
|
|
A project is a directory that contains a `PklProject` file, which is used to declare package dependencies, as well as common evaluator settings to be applied in the project.
|
|
|
|
If omitted, this is determined by searching up from the working directory for a directory that contains a `PklProject` file, until `--root-dir` or the file system root is reached.
|
|
====
|
|
|
|
[[omit-project-settings]]
|
|
.--omit-project-settings
|
|
[%collapsible]
|
|
====
|
|
Disables loading evaluator settings from the PklProject file.
|
|
====
|
|
|
|
[[no-project]]
|
|
.--no-project
|
|
[%collapsible]
|
|
====
|
|
Disables all behavior related to projects.
|
|
====
|