Removed ConfigOptionParser usaged
Command line args are now parsed with the vanilla OptParser. This paves the way for a new settings.py parser
This commit is contained in:
@@ -26,5 +26,6 @@ render = {
|
||||
"bg-color": dict(required=False, validator=validateBGColor),
|
||||
"optimize-img": dict(required=False, validator=validateOptImg),
|
||||
"no-markers": dict(required=False, validator=bool),
|
||||
"texture-path": dict(required=False, validator=validateTexturePath),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user