Salome HOME
Update completion - 2
authorSRE <serge.rehbinder@cea.fr>
Fri, 5 May 2017 06:55:55 +0000 (08:55 +0200)
committerSRE <serge.rehbinder@cea.fr>
Fri, 5 May 2017 06:55:55 +0000 (08:55 +0200)
See https://codev-tuleap.cea.fr/plugins/tracker/?aid=8550

complete_sat.sh

index 9ea7c87a10db82bb3ba786a6f4291ffeb19700d1..ec85d50d676de00bd803f912995bf397199c205c 100755 (executable)
@@ -234,7 +234,7 @@ _salomeTools_complete()
             return 0
             ;;
         package)
-            opts="--name --binaries --sources --project --salometools --with_vcs --without_commercial --without_property"
+            opts="--name --binaries --sources --project --salometools --force_creation --add_files --with_vcs --without_commercial --without_property"
             COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
             return 0
             ;;