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>>>()
}))?;
matches.value_of("style")
matches
.value_of("style")
.map(|styles| {
styles
.split(",")

Loading…
Cancel
Save