1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00
This commit is contained in:
Sindre Johansen
2018-10-21 17:50:53 +02:00
committed by David Peter
parent 7c98a1c901
commit 155bad3862
2 changed files with 3 additions and 2 deletions

View File

@@ -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(",")