From fb34d56fcba691a2e8d2d8acf71871b8644051d0 Mon Sep 17 00:00:00 2001 From: David Weinehall Date: Sat, 20 Apr 2024 01:06:27 +0300 Subject: [PATCH] cmtadm: Add --force option to autocomplete Add the new option for check-versions to autocomplete. Signed-off-by: David Weinehall --- bash-completion/cmtadm | 1 + 1 file changed, 1 insertion(+) diff --git a/bash-completion/cmtadm b/bash-completion/cmtadm index 142058df..47a4d145 100644 --- a/bash-completion/cmtadm +++ b/bash-completion/cmtadm @@ -152,6 +152,7 @@ _cmtadm() { case "${COMP_WORDS[1]}" in check-versions|cv) commands=$(add_option_if_not_in_list "--verbose" ${commands}) + commands=$(add_option_if_not_in_list "--force" ${commands}) esac case "${COMP_WORDS[1]}" in