]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
sat #18720 ajout de l'options --use_mesa à la completion automatique
authorNicolas CROUZET - SFME/LGLS <crouzet@is228840.intra.cea.fr>
Mon, 25 May 2020 12:15:08 +0000 (14:15 +0200)
committerNicolas CROUZET - SFME/LGLS <crouzet@is228840.intra.cea.fr>
Mon, 25 May 2020 12:15:08 +0000 (14:15 +0200)
complete_sat.sh

index 4c65d01eeb57fa587c7d3b2d9333c9268d213499..b499b1e91321f4e292396c487d6493616c28810e 100755 (executable)
@@ -212,7 +212,7 @@ _salomeTools_complete()
             return 0
             ;;
         launcher)
-            opts="--name --exe --catalog --gencat --no_path_init"
+            opts="--name --exe --catalog --gencat --no_path_init --use_mesa"
             COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
             return 0
             ;;