Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support --no-color and --force-color Django arguments #33

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

glennmatthews
Copy link
Contributor

Fixes #30.

Default behavior is as before (let colorama decide for itself whether colors should be used), but now --force-color ensures always coloring (even if colorama would otherwise default to non-coloring) and --no-color ensures never coloring (even if colorama would otherwise default to coloring).

@glennmatthews glennmatthews merged commit 5a5c1ee into develop Apr 14, 2021
@glennmatthews glennmatthews deleted the gfm-30 branch April 14, 2021 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving logs to file produces escaped characters
2 participants