1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

docs: add --quiet-empty to zsh completion

This commit is contained in:
dddffgg
2026-02-01 16:21:05 +08:00
parent bd461afd75
commit 93411a96e4

View File

@@ -62,6 +62,7 @@ _{{PROJECT_EXECUTABLE}}_main() {
--completion='[show shell completion for a certain shell]:shell:(bash fish zsh ps1)' --completion='[show shell completion for a certain shell]:shell:(bash fish zsh ps1)'
--set-terminal-title'[sets terminal title to filenames when using a pager]' --set-terminal-title'[sets terminal title to filenames when using a pager]'
--diagnostic'[show diagnostic information for bug reports]' --diagnostic'[show diagnostic information for bug reports]'
--quiet-empty'[do not produce any output when the input is empty]'
-P'[disable paging]' -P'[disable paging]'
"--no-config[don't use the configuration file]" "--no-config[don't use the configuration file]"
"--no-custom-assets[don't load custom assets]" "--no-custom-assets[don't load custom assets]"