mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Support a hidden arg --no-custom-assets that skips loading assets from the cache
This commit is contained in:
@@ -450,6 +450,12 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
.hidden(true)
|
||||
.help("Do not use the configuration file"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("no-custom-assets")
|
||||
.long("no-custom-assets")
|
||||
.hidden(true)
|
||||
.help("Do not load custom assets"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("config-file")
|
||||
.long("config-file")
|
||||
|
||||
Reference in New Issue
Block a user