Add force_color parameter to django.core.management.color.color_style (#448)

This commit is contained in:
Zach Waggoner
2020-08-21 04:41:51 -05:00
committed by GitHub
parent 9f3b95841b
commit 6ef2cf0331

View File

@@ -22,4 +22,4 @@ class Style:
def make_style(config_string: str = ...) -> Style: ...
def no_style() -> Style: ...
def color_style() -> Style: ...
def color_style(force_color: bool = ...) -> Style: ...