Skip to content

Commit

Permalink
fix(trycmd): Ensure colors are stripped with TERM=dumb
Browse files Browse the repository at this point in the history
Fixes #360
  • Loading branch information
epage committed Aug 27, 2024
1 parent a1b3c7b commit 38a30c8
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 38a30c8

Please sign in to comment.