We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--diff
There is an option in diffutils:
--color [=when] Specify whether to use color for distinguishing different contexts, like header, added or removed lines. when may be omitted, or one of: none Do not use color at all. This is the default when no --color option is specified. auto Use color only if standard output is a terminal. always Always use color. Specifying --color and no when is equivalent to --color=auto.
--color [=when]
Specify whether to use color for distinguishing different contexts, like header, added or removed lines. when may be omitted, or one of:
none
--color
auto
always
Specifying --color and no when is equivalent to --color=auto.
--color=auto
It would be nice if Black had a similar option, probably with a different name.
The text was updated successfully, but these errors were encountered:
Ugly hack (ideally Black should be able to output with colors out-of-the-box):
black --diff . | colordiff
Sorry, something went wrong.
@Peque yeah, I used that workaround before.
Successfully merging a pull request may close this issue.
There is an option in diffutils:
It would be nice if Black had a similar option, probably with a different name.
The text was updated successfully, but these errors were encountered: