Skip to content

Commit 38a30c8

Browse files
committed
fix(trycmd): Ensure colors are stripped with TERM=dumb
Fixes #360
1 parent a1b3c7b commit 38a30c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pre-release-replacements = [
3131
[features]
3232
default = ["color-auto", "filesystem", "diff"]
3333
color = ["snapbox/color", "dep:anstream"]
34-
color-auto = ["snapbox/color-auto"]
34+
color-auto = ["color", "snapbox/color-auto"]
3535
diff = ["snapbox/diff"]
3636
filesystem = ["snapbox/dir"]
3737

0 commit comments

Comments
 (0)