Salome HOME
fix bug of completion
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Wed, 8 Jun 2016 07:43:07 +0000 (09:43 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Wed, 8 Jun 2016 07:43:07 +0000 (09:43 +0200)
complete_sat.sh

index 9dd140b434f298489becd209b18dea78df8a25f0..e2c9bfc66517ab781567635b74604207093e4420 100755 (executable)
@@ -34,6 +34,12 @@ _show_applications()
         log)
             opts2=$(echo --clean --full --last --terminal $opts2)
             ;;
+        jobs)
+            opts2=$(echo --jobs_config --only_jobs --list --no_label --test_connection --publish $opts2)
+            ;;
+        shell)
+            opts2=$(echo --command --sat $opts2)
+            ;;
     esac
 
     COMPREPLY=( $(compgen -W "${opts2}" -- ${cur}) )