X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=complete_sat.sh;h=d8e623bb2551cdc79ac73549a93ac4c9c1fdfb50;hb=0826e9ac386f7b2308a1acfcf5bf68a1496b9da0;hp=5e68e4259e78d28960ddf2b473e4327e90fe437c;hpb=1083127e71600e9658f21c8fa9aeb53258cf1127;p=tools%2Fsat.git diff --git a/complete_sat.sh b/complete_sat.sh index 5e68e42..d8e623b 100755 --- a/complete_sat.sh +++ b/complete_sat.sh @@ -157,7 +157,7 @@ _salomeTools_complete() # show argument for each command case "${command}" in config) - opts="--value --list --copy --edit --no_label --info --show_patchs --show_install" + opts="--value --list --copy --edit --no_label --info --check_system --show_patchs --show_install --show_properties" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; @@ -207,12 +207,12 @@ _salomeTools_complete() return 0 ;; compile) - opts="--products --properties --with_fathers --with_children --clean_all --clean_make --install_flags --show --stop_first_fail --check --clean_build_after" + opts="--products --force --properties --with_fathers --with_children --clean_all --clean_make --install_flags --show --stop_first_fail --check --clean_build_after" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; launcher) - opts="--name --exe --catalog --gencat --no_path_init" + opts="--products --name --exe --catalog --gencat --no_path_init --use_mesa" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; @@ -237,7 +237,7 @@ _salomeTools_complete() return 0 ;; package) - opts="--name --binaries --sources --project --salometools --force_creation --add_files --with_vcs --ftp --without_property" + opts="--name --binaries --sources --exe --project --salometools --force_creation --add_files --with_vcs --ftp --without_property" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;;