From 46bf3c1e9a984a8e850bfca5bc1d6b4d7afe0835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 10 Sep 2022 10:21:54 +0300 Subject: [PATCH] Do not offer bash filename completions with --list-languages/-themes --- assets/completions/bat.bash.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/completions/bat.bash.in b/assets/completions/bat.bash.in index 22c29fab..f3b31d36 100644 --- a/assets/completions/bat.bash.in +++ b/assets/completions/bat.bash.in @@ -55,7 +55,9 @@ _bat() { -m | --map-syntax | \ --ignored-suffix | \ --style | \ + --list-themes | \ --line-range | \ + -L | --list-languages | \ --diagnostic | \ --acknowledgements | \ -h | --help | \