From 093b4d2cf888c660e4fca9f83ecb0bdadbed8a10 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Tue, 10 Aug 2021 00:03:55 +0300 Subject: [PATCH] Declare `CommandLineParser` dependencies --- goost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/goost.py b/goost.py index 10f392de..e7d708c3 100644 --- a/goost.py +++ b/goost.py @@ -206,6 +206,7 @@ def add_depencency(self, goost_class): # compile/link errors or failing unit tests, it's likely a dependency issue. # If so, define them here explicitly so that they're automatically enabled. class_dependencies = { + "CommandLineParser": ["CommandLineOption", "CommandLineHelpFormat"], "GoostEngine" : "InvokeState", "GoostGeometry2D" : ["PolyBoolean2D", "PolyDecomp2D", "PolyOffset2D"], "LightTexture" : "GradientTexture2D",