Skip to content

Commit 2cc4e35

Browse files
committed
test(ui): Avoid override term width
1 parent 93e3559 commit 2cc4e35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/stdio-fixture.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ fn main() {
55
let mut cmd = Command::new("stdio-fixture")
66
.version("1.0")
77
.long_version("1.0 - a2132c")
8+
.term_width(0)
9+
.max_term_width(0)
810
.arg_required_else_help(true)
911
.subcommand(Command::new("more"))
1012
.subcommand(

0 commit comments

Comments
 (0)