Closed villfa closed 3 years ago
Given the following configuration:
# churn.yml directoriesToScan: - src
It works well only if the current working directory is the root of the project, but it doesn't work from another folder (eg churn run -c /path/to/my-project/).
churn run -c /path/to/my-project/
Given the following configuration:
It works well only if the current working directory is the root of the project, but it doesn't work from another folder (eg
churn run -c /path/to/my-project/
).