mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
parent
6bd1bd8ca8
commit
34ce59ede5
1 changed files with 1 additions and 1 deletions
|
@ -1645,7 +1645,7 @@ impl<'a, 'v, 'ab, 'u, 'h, 'ar> App<'a, 'v, 'ab, 'u, 'h, 'ar>{
|
||||||
.collect(),
|
.collect(),
|
||||||
Some(matches))
|
Some(matches))
|
||||||
.iter()
|
.iter()
|
||||||
.fold(String::new(), |acc, s| acc + &format!("\n\t'{}'",
|
.fold(String::new(), |acc, s| acc + &format!("\n\t{}",
|
||||||
Format::Error(s))[..]))
|
Format::Error(s))[..]))
|
||||||
},
|
},
|
||||||
ClapErrorType::MissingSubcommand => {
|
ClapErrorType::MissingSubcommand => {
|
||||||
|
|
Loading…
Reference in a new issue