]> 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:46:55 +0000 (18:46 -0600)
commitb9b6c8e237b1786d8590b35b721c6b9be89ca8fd
treeacc8b478c52d1026e95b015ad714e064995b793f
parent1899f9445d26fd8f40e2c971dc3c8309989f1266
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