We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e3559 commit 2cc4e35Copy full SHA for 2cc4e35
src/bin/stdio-fixture.rs
@@ -5,6 +5,8 @@ fn main() {
5
let mut cmd = Command::new("stdio-fixture")
6
.version("1.0")
7
.long_version("1.0 - a2132c")
8
+ .term_width(0)
9
+ .max_term_width(0)
10
.arg_required_else_help(true)
11
.subcommand(Command::new("more"))
12
.subcommand(
0 commit comments