miette icon indicating copy to clipboard operation
miette copied to clipboard

magic env to override default width 80?

Open trim21 opened this issue 9 months ago • 0 comments

We have a default width 80 when it can't get width from terminal_size.

I'm running a tool using this crate in subprocess and it run into this case.

I'm hoping if we can add a magic env var to control the default width when it can't get width from terminal_size?

trim21 avatar Mar 07 '25 21:03 trim21