]> Kevux Git Server - fll/commit
Feature: Add 'import' Object to fakefile and settings specifications.
authorKevin Day <thekevinday@gmail.com>
Mon, 12 Dec 2022 00:40:30 +0000 (18:40 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 12 Dec 2022 00:44:55 +0000 (18:44 -0600)
commit3c46955583920193cf025d49c410d6d6784d070e
treefa71c71fa38659df115f7d899fca05e8cb0f241a
parentae0445504bb3f1182ded47584d573545b1f201c3
Feature: Add 'import' Object to fakefile and settings specifications.

This is important for building complex project structures and reducing the code redundancy.
To keep the logic and design simple, recursion is not allowed.

One can now create a base settings file that is imported by other settings files.
The same is true for fakefile files.
level_3/fake/documents/fakefile.txt
level_3/fake/documents/settings.txt
level_3/fake/specifications/fakefile.txt
level_3/fake/specifications/settings.txt