mirror of
https://github.com/sharkdp/bat
synced 2026-08-08 19:41:45 +00:00
Support a hidden arg --no-custom-assets that skips loading assets from the cache
This commit is contained in:
@@ -234,6 +234,7 @@ impl App {
|
||||
.map(LineRanges::from)
|
||||
.map(HighlightedLineRanges)
|
||||
.unwrap_or_default(),
|
||||
use_custom_assets: !self.matches.is_present("no-custom-assets"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user