miette
miette copied to clipboard
magic env to override default width 80?
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?