Add --acknowledgements and --ignored-suffix to bash completion

This commit is contained in:
Ville Skyttä 2022-09-10 10:19:27 +03:00 committed by David Peter
parent e96cdc3b95
commit 066701d671
1 changed files with 4 additions and 0 deletions

View File

@ -53,9 +53,11 @@ _bat() {
--tabs | \ --tabs | \
--terminal-width | \ --terminal-width | \
-m | --map-syntax | \ -m | --map-syntax | \
--ignored-suffix | \
--style | \ --style | \
--line-range | \ --line-range | \
--diagnostic | \ --diagnostic | \
--acknowledgements | \
-h | --help | \ -h | --help | \
-V | --version | \ -V | --version | \
--cache-dir | \ --cache-dir | \
@ -116,6 +118,7 @@ _bat() {
--paging --paging
--pager --pager
--map-syntax --map-syntax
--ignored-suffix
--theme --theme
--list-themes --list-themes
--style --style
@ -123,6 +126,7 @@ _bat() {
--list-languages --list-languages
--unbuffered --unbuffered
--diagnostic --diagnostic
--acknowledgements
--help --help
--version --version
--cache-dir --cache-dir