From 66edfe5dff6eb9c5d9e61a575859cd2a6a3b24be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 10 Sep 2022 10:37:43 +0300 Subject: [PATCH] Exclude --unbuffered from bash completions It's a no-op, so there's little reason to suggest it. --- assets/completions/bat.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/completions/bat.bash.in b/assets/completions/bat.bash.in index eea5b6a3..7969442d 100644 --- a/assets/completions/bat.bash.in +++ b/assets/completions/bat.bash.in @@ -124,6 +124,7 @@ _bat() { $split && return 0 if [[ $cur == -* ]]; then + # --unbuffered excluded intentionally (no-op) COMPREPLY=($(compgen -W " --show-all --plain @@ -149,7 +150,6 @@ _bat() { --style --line-range --list-languages - --unbuffered --diagnostic --acknowledgements --help