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 992c0e5 commit 467838cCopy full SHA for 467838c
dev/src/uu_fmt/fmt.rs.html
@@ -580,7 +580,7 @@
580
));
581
}
582
};
583
- <span class="kw">if </span>!matches.get_flag(OPT_WIDTH) {
+ <span class="kw">if </span>!matches.contains_id(OPT_WIDTH) {
584
fmt_opts.width = cmp::max(
585
fmt_opts.goal * <span class="number">100 </span>/ DEFAULT_GOAL_TO_WIDTH_RATIO,
586
fmt_opts.goal + <span class="number">3</span>,
0 commit comments