mirror of
https://github.com/sharkdp/bat.git
synced 2025-10-30 14:43:57 +00:00
make LESSOPEN support opt-in
This commit is contained in:
committed by
Martin Nordholts
parent
ac2953c070
commit
b56021ffa9
3
assets/completions/bat.zsh.in
vendored
3
assets/completions/bat.zsh.in
vendored
@@ -46,7 +46,8 @@ _{{PROJECT_EXECUTABLE}}_main() {
|
||||
'(: --list-themes --list-languages -L)'{-L,--list-languages}'[Display all supported languages]'
|
||||
'(: --no-config)'--no-config'[Do not use the configuration file]'
|
||||
'(: --no-custom-assets)'--no-custom-assets'[Do not load custom assets]'
|
||||
'(: --no-lessopen)'--no-lessopen'[Do not use the $LESSOPEN preprocessor]'
|
||||
'(: --lessopen)'--lessopen'[Enable the $LESSOPEN preprocessor]'
|
||||
'(: --no-lessopen)'--no-lessopen'[Disable the $LESSOPEN preprocessor if enabled (overrides --lessopen)]'
|
||||
'(: --config-dir)'--config-dir'[Show bat'"'"'s configuration directory]'
|
||||
'(: --config-file)'--config-file'[Show path to the configuration file]'
|
||||
'(: --generate-config-file)'--generate-config-file'[Generates a default configuration file]'
|
||||
|
||||
Reference in New Issue
Block a user