1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 22:54:07 +00:00

Add --no-* options to Bash/Zsh completions

This commit is contained in:
Koichi Murase
2024-06-10 07:52:42 +09:00
parent 83a15ac05f
commit b1cdc06430
2 changed files with 4 additions and 0 deletions

View File

@@ -186,6 +186,9 @@ _bat() {
--config-dir
--config-file
--generate-config-file
--no-config
--no-custom-assets
--no-lessopen
" -- "$cur"))
return 0
fi