rust-lang / ferris-says

A Rust flavored implementation of `cowsay`
https://crates.io/crates/ferris-says
Apache License 2.0
194 stars 34 forks source link

[Bug Fix] Incorrect line width caused by whitespaces #41

Closed WenqingZong closed 7 months ago

WenqingZong commented 1 year ago

Aims to fix https://github.com/rust-lang/ferris-says/issues/40

lcnr commented 7 months ago

Thank you!