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.
_colorize.Argparse
1 parent 00026d1 commit 387ac2dCopy full SHA for 387ac2d
Lib/_colorize.py
@@ -155,7 +155,7 @@ def __iter__(self) -> Iterator[str]:
155
return iter(self.__dataclass_fields__)
156
157
158
-@dataclass(frozen=True)
+@dataclass(frozen=True, kw_only=True)
159
class Argparse(ThemeSection):
160
usage: str = ANSIColors.BOLD_BLUE
161
prog: str = ANSIColors.BOLD_MAGENTA
0 commit comments