Salome HOME
feat(complete): completion for update and upgrade
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Fri, 8 Dec 2023 14:40:58 +0000 (15:40 +0100)
committerGbkng <guillaume.brooking@gmail.com>
Wed, 20 Dec 2023 11:36:47 +0000 (12:36 +0100)
complete_sat.sh

index f3206adc9f98c23a62448d79d2e2f952cb4e7357..800b0f1e8642d90618c34db379f8556a6f03cf27 100755 (executable)
@@ -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