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 738cf0c commit fb1c813Copy full SHA for fb1c813
test/src/cli.rs
@@ -51,14 +51,8 @@ fn optgroups() -> getopts::Options {
51
.optflag("", "test", "Run tests and not benchmarks")
52
.optflag("", "bench", "Run benchmarks instead of tests")
53
.optflag("", "list", "List all tests and benchmarks")
54
- .optflag("h", "help", "Display this message (longer with --help)")
55
- .optopt(
56
- "",
57
- "logfile",
58
- "Write logs to the specified file instead \
59
- of stdout",
60
- "PATH",
61
- )
+ .optflag("h", "help", "Display this message")
+ .optopt("", "logfile", "Write logs to the specified file", "PATH")
62
.optflag(
63
"",
64
"nocapture",
0 commit comments