From: Serge Rehbinder Date: Wed, 8 Jun 2016 07:43:07 +0000 (+0200) Subject: fix bug of completion X-Git-Tag: 5.0.0a0~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c74b47f9033e0caf11e2b0d3bf5a9f70af8c91d;p=tools%2Fsat.git fix bug of completion --- diff --git a/complete_sat.sh b/complete_sat.sh index 9dd140b..e2c9bfc 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -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}) )