1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Initial prototype for Lua plugins

This commit is contained in:
David Peter
2022-05-29 20:38:58 +02:00
parent 3339eee2dc
commit 3811615606
8 changed files with 119 additions and 6 deletions
+5
View File
@@ -241,6 +241,11 @@ impl App {
.map(HighlightedLineRanges)
.unwrap_or_default(),
use_custom_assets: !self.matches.is_present("no-custom-assets"),
plugins: self
.matches
.values_of_os("load-plugin")
.unwrap_or_default()
.collect(),
})
}