From: SONOLET Aymeric Date: Fri, 8 Dec 2023 14:40:58 +0000 (+0100) Subject: feat(complete): completion for update and upgrade X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19df85d0d972a3cd9720cbac165be847758c4b20;p=tools%2Fsat.git feat(complete): completion for update and upgrade --- 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