From 81bca2b4f468c77fe7c3645f217338363ed33490 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:24:20 -0400 Subject: [PATCH] bash-completion: (cal) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/cal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash-completion/cal b/bash-completion/cal index 8791d123a..272f6f6c8 100644 --- a/bash-completion/cal +++ b/bash-completion/cal @@ -6,6 +6,9 @@ _cal_module() case $cur in -*) OPTS=" --one + --columns + --iso + --reform --three --months --sunday -- 2.47.3