Skip to content

Commit

Permalink
Merge pull request #362 from epage/color
Browse files Browse the repository at this point in the history
fix(trycmd): Ensure colors are stripped with TERM=dumb
  • Loading branch information
epage authored Aug 27, 2024
2 parents a1b3c7b + 38a30c8 commit 5821377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trycmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pre-release-replacements = [
[features]
default = ["color-auto", "filesystem", "diff"]
color = ["snapbox/color", "dep:anstream"]
color-auto = ["snapbox/color-auto"]
color-auto = ["color", "snapbox/color-auto"]
diff = ["snapbox/diff"]
filesystem = ["snapbox/dir"]

Expand Down

0 comments on commit 5821377

Please sign in to comment.