predicates-rs icon indicating copy to clipboard operation
predicates-rs copied to clipboard

Predicate modifier to strip colors and friends?

Open epage opened this issue 6 years ago • 0 comments

Like the modifier to normalize newlines, it could help assert_cmd users to offer a way to strip things like ansi color codes.

While assert_cmd more focus on CLI that only use stdout/stderr (including sanitize the output a.k.a removing terminal code for color, blinking text, empty line, and others)

From @DrSensor at https://github.com/assert-rs/assert_cmd/issues/74

epage avatar Mar 25 '19 22:03 epage