We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce047c1 commit 56f61efCopy full SHA for 56f61ef
python-hexaly-generic/main.py
@@ -70,7 +70,7 @@ def parse_options() -> tuple[dict[str, str], bool]:
70
continue
71
options[key] = value
72
else:
73
- options[arg] = True
+ options[arg] = "true"
74
return options, un_nest
75
76
0 commit comments