Allow modification of project config in the command line (#687)
This commit is contained in:
@@ -1352,6 +1352,10 @@ class CommandLineTools {
|
||||
|
||||
project.templatePaths.push (projectDefines.get (key));
|
||||
|
||||
} else if (field == "config") {
|
||||
|
||||
project.config.set (attribute, projectDefines.get (key));
|
||||
|
||||
} else {
|
||||
|
||||
if (Reflect.hasField (project, field)) {
|
||||
|
||||
Reference in New Issue
Block a user