Initial commit

This commit is contained in:
Peter Niederwieser
2016-01-19 14:51:19 +01:00
committed by Dan Chao
commit ecad035dca
2972 changed files with 211653 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
[[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.
====