From 5c74b47f9033e0caf11e2b0d3bf5a9f70af8c91d Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Wed, 8 Jun 2016 09:43:07 +0200 Subject: [PATCH] fix bug of completion --- complete_sat.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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}) ) -- 2.39.2