From d934a6e29420511b77ab18a4133e52ebc7b00724 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:27:27 -0400 Subject: [PATCH] bash-completion: (column) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/column | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash-completion/column b/bash-completion/column index fb209204d..08d077220 100644 --- a/bash-completion/column +++ b/bash-completion/column @@ -36,6 +36,7 @@ _column_module() --table-colorscheme --table-name --table-order + --table-column --table-columns --table-columns-limit --table-noextreme @@ -54,6 +55,7 @@ _column_module() --output-width --separator --output-separator + --wrap-separator --fillrows --use-spaces --color -- 2.47.3