Skip to content

Commit

Permalink
cmtadm: Add --force option to autocomplete
Browse files Browse the repository at this point in the history
Add the new option for check-versions to autocomplete.

Signed-off-by: David Weinehall <david.weinehall@gmail.com>
  • Loading branch information
taotriad committed Apr 19, 2024
1 parent 62e917a commit fb34d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash-completion/cmtadm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb34d56

Please sign in to comment.