cowsay-org / cowsay

apjanke's fork of the classic cowsay project
http://cowsay.diamonds
GNU General Public License v3.0
83 stars 15 forks source link

Should `cowsay -l`respect -C? #56

Open apjanke opened 2 months ago

apjanke commented 2 months ago

cowsay -r only considers full-color cows if -C is also given. But cowsay -l always includes them. Maybe -l should respect -C as well, and not include full-color cows by default. To my mind, having -r pick from the list that -l gives is nicely consistent. And callers using cowsay -l programmatically might want to conditionalize on full-color.