From 8afe4c77ddcaaf2f884680271ded12af321f450d Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Fri, 8 Dec 2023 15:40:58 +0100 Subject: [PATCH] feat(complete): completion for update and upgrade --- complete_sat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete_sat.sh b/complete_sat.sh index f3206ad..800b0f1 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -107,7 +107,7 @@ _salomeTools_complete() # first argument => show available commands if [[ ${argc} == 1 ]] then - opts="config log source patch prepare environ clean configure make makeinstall compile launcher run jobs job shell test package generate find_duplicates application template base check profile script init --help --overwrite --debug --verbose --batch --all_in_terminal --logs_paths_in_file" + opts="config log source patch prepare environ clean configure make makeinstall compile launcher run jobs job shell update upgrade test package generate find_duplicates application template base check profile script init --help --overwrite --debug --verbose --batch --all_in_terminal --logs_paths_in_file" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 fi -- 2.30.2