mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
Use initialization shorthand
This commit is contained in:
parent
c5c64d48b7
commit
c6327bc22f
1 changed files with 2 additions and 2 deletions
|
@ -74,10 +74,10 @@ impl<'b, 'c, 'd, 'w> Help<'b, 'c, 'd, 'w> {
|
|||
next_line_help: nlh,
|
||||
hide_pv,
|
||||
term_w,
|
||||
color: color,
|
||||
color,
|
||||
longest: 0,
|
||||
force_next_line: false,
|
||||
cizer: cizer,
|
||||
cizer,
|
||||
use_long,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue