pull/391/head
Sindre Johansen 6 years ago committed by David Peter
parent 7c98a1c901
commit 155bad3862

@ -270,7 +270,8 @@ impl App {
.collect::<Result<Vec<OutputComponent>>>() .collect::<Result<Vec<OutputComponent>>>()
}))?; }))?;
matches.value_of("style") matches
.value_of("style")
.map(|styles| { .map(|styles| {
styles styles
.split(",") .split(",")

@ -110,7 +110,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
!&[ !&[
"auto", "full", "plain", "changes", "header", "grid", "numbers", "auto", "full", "plain", "changes", "header", "grid", "numbers",
] ]
.contains(style) .contains(style)
}); });
if let Some(invalid) = invalid_vals.next() { if let Some(invalid) = invalid_vals.next() {

Loading…
Cancel
Save