Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for settings in a config.yml located in same directiory. #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brizandrew
Copy link

By including this small addition, the script will look for a file called config.yml located in the same directory as the open AI file. The current system already has a system to output settings to such a file with the includeInConfigFile setting.

Settings will now be loaded (in order from least to the most precedence):

If no settings block is found inside the AI file, the value created in the block will also follow the same order of precedence (values in config.yml will overwrite the base settings).

This isn't a direct fix to #86, but it can potentially help make the script's configuration more robust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant