From 066701d671e04a07446e6b42b95601417ec2cbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 10 Sep 2022 10:19:27 +0300 Subject: [PATCH] Add --acknowledgements and --ignored-suffix to bash completion --- assets/completions/bat.bash.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/completions/bat.bash.in b/assets/completions/bat.bash.in index 9f54c966..22c29fab 100644 --- a/assets/completions/bat.bash.in +++ b/assets/completions/bat.bash.in @@ -53,9 +53,11 @@ _bat() { --tabs | \ --terminal-width | \ -m | --map-syntax | \ + --ignored-suffix | \ --style | \ --line-range | \ --diagnostic | \ + --acknowledgements | \ -h | --help | \ -V | --version | \ --cache-dir | \ @@ -116,6 +118,7 @@ _bat() { --paging --pager --map-syntax + --ignored-suffix --theme --list-themes --style @@ -123,6 +126,7 @@ _bat() { --list-languages --unbuffered --diagnostic + --acknowledgements --help --version --cache-dir