Skip to content

Commit

Permalink
Switch --color always to force styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored and dbrgn committed Aug 30, 2020
1 parent bc04e1a commit 1b8062e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ fn main() {
let ansi_support = true;

let enable_styles = match args.flag_color {
// Always use styling as long as there is `ansi_support`
ColorOptions::Always => ansi_support,
// Attempt to use styling if instructed
ColorOptions::Always => true,
// Enable styling if:
// * There is `ansi_support`
// * NO_COLOR env var isn't set: https://no-color.org/
Expand Down

0 comments on commit 1b8062e

Please sign in to comment.