mirror of
https://github.com/clap-rs/clap
synced 2024-11-12 23:57:10 +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(),
|
||||
Some(matches))
|
||||
.iter()
|
||||
.fold(String::new(), |acc, s| acc + &format!("\n\t'{}'",
|
||||
.fold(String::new(), |acc, s| acc + &format!("\n\t{}",
|
||||
Format::Error(s))[..]))
|
||||
},
|
||||
ClapErrorType::MissingSubcommand => {
|
||||
|
|
Loading…
Reference in a new issue