From 42f1ef019a83dc042e7235283e0bde208f821055 Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Wed, 23 Jun 2021 21:57:42 +1000 Subject: Fix missing config/cache arguments in Zsh completion --- assets/completions/bat.zsh.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/completions/bat.zsh.in b/assets/completions/bat.zsh.in index edaf7aee..e3683e8a 100644 --- a/assets/completions/bat.zsh.in +++ b/assets/completions/bat.zsh.in @@ -44,6 +44,11 @@ _{{PROJECT_EXECUTABLE}}_main() { '(--style)'--style='[Comma-separated list of style elements to display]::->style' '(-r --line-range)'{-r+,--line-range=}'[Only print the lines from N to M]:...' '(: --list-themes --list-languages -L)'{-L,--list-languages}'[Display all supported languages]' + '(: --no-config)'--no-config'[Do not use the configuration file]' + '(: --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]' + '(: --cache-dir)'--cache-dir'[Show bat'"'"'s cache directory]' '(: -)'{-h,--help}'[Print this help message]' '(: -)'{-V,--version}'[Show version information]' '*: :_files' -- cgit v1.2.3